Skip to content

API to access your currently playing spotify song.

Notifications You must be signed in to change notification settings

starptr/now-playing-api

Repository files navigation

now-playing-api

API to access your currently playing spotify song.

Deploy

  1. touch .env at the project root and define the following values:
SPOTIFY_CLIENTID=
SPOTIFY_CLIENTSECRET=
SPOTIFY_REDIRECTURI=
EMAIL_EXPECTED=
  • SPOTIFY_CLIENTID and SPOTIFY_CLIENTSECRET are obtained from an app in the Spotify developer dashboard.
  • SPOTIFY_REDIRECTURI is the same value as set in the same app as above.
  • EMAIL_EXPECTED is a passive check to ensure that the intended user is authenticating.
  1. Run these:
$ yarn install
$ yarn build
$ yarn deploy

About

API to access your currently playing spotify song.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published