Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 442 Bytes

File metadata and controls

19 lines (13 loc) · 442 Bytes

Now Playing

Scrobble your Spotify listens and share to social media feeds

Development

Setup

Copy .env.sample to .env and fill out Can also just set env variables without using .env

Run

./dev.sh

Production

Secrets

Use a secret file in production instead of environment variables and set NP_CREDENTIALS env variable to the location of the secrets file Copy secrets.sample.yml to create the secrets file

TODO