feat: add new post

This commit is contained in:
Devin Haska 2024-05-22 21:11:33 -07:00
parent d0d3ee16fb
commit c293a63d9b
No known key found for this signature in database
3 changed files with 42 additions and 6 deletions

View file

@ -19,4 +19,8 @@ That's it. You'll have a dev server on http://localhost:8080. Have fun!
### Notes
Last.fm won't work without a valid API key. It looks for it inside a `.env` file in the project root, and it's called `LAST_FM_API_KEY`. Any requests will fail otherwise.
The following tokens need to be defined inside `.env`:
- `DARK_VISITORS_ACCESS_TOKEN`
- `LAST_FM_API_KEY`