A serverless proxy to get information about scratch users, studios and more!
GET /api/djangobb/feedGet the feed of a specific forum topic.
| Parameter | Description | Expected Type |
|---|---|---|
| f | The topic id | Number |
GET /api/scratchr2/userGet a user.
| Parameter | Description | Expected Type |
|---|---|---|
| u | The username | String |
# install
npm install
# start dev server
npm run dev