/api-old

The official API for the Spotistats app (Android + iOS) 💚

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Spotistats Plus API

CI/CD

API for advanced Spotify stats (only for Spotistats Plus users)

Spotistats

Check out Spotistats for Spotify on the Apple App Store and Google Play Store. More information about the app can be found at https://spotistats.app

Requirements

  • Docker
  • NodeJS
  • Typescript (TSC)

Getting it running

cd spotistats-api
# edit .env.example and rename it to .env
yarn install
yarn compile
yarn start:db
yarn migrate # generates types and pushes schema to db.
node dist/

License

GNU General Public License v3.0