Skip to content

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

License

Notifications You must be signed in to change notification settings

rschildmeijer/spotistats-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotistats Plus API

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
npm install
yarn compile
docker-compose up
npx prisma migrate dev --preview-feature # generates types and pushes schema to db.
node dist/

License

GNU General Public License v3.0

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.9%
  • CSS 19.1%
  • HTML 13.9%
  • JavaScript 12.6%
  • Shell 2.5%