This app provides now playing data in JSON for our Office Jukebox.
- POST - This will return data that is in the format of a Slack custom message
- GET - simple JSON
MONGODB_URL="<path-to-mongo>" deno run --allow-all --no-check --watch mod.ts
You can run the tests with deno test
deno fmt