write-ups-challenges-2021-2022/moderated/README.md
2021-12-03 00:33:26 +01:00

17 lines
514 B
Markdown

# Moderated
## Text
I found this new social network, but every post requires moderation. Luckily the moderator regularly checks the new posts, but I guess my posts are too extreme to get accepted... Can you get access to the moderator account to approve my posts?
## Files
None
## How to deploy
Simply install node dependencies and run `app.js`.
Also **IMPORTANT** change the URL in `moderator.js` to
the correct URL (the one on which the app is deployed),
I was too lazy to put it into a env variable...