Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 448 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 448 Bytes

scp-username-module

Travis Build

This will be a library that generates the [[user]] module that should compile to Rust or WebASM

JSON Format

The format for a username module will look like:

{
  userid: number;
  username: string;
  profile-picture-url: string | null;
}