Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 572 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 572 Bytes

Kyan Jukebox Now Playing data

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

Running locally

MONGODB_URL="<path-to-mongo>" deno run --allow-all --no-check --watch mod.ts

Deploy

Deploy this example

Test

You can run the tests with deno test

Code formatting

deno fmt