All Projects â†’ backtrackapp â†’ api-old

backtrackapp / api-old

Licence: GPL-3.0 License
The official API for the Spotistats app (Android + iOS) 💚

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to api-old

nest-prisma-rest-api-boilerplate
Nest + Prisma + TypeScript | REST API Starter repository
Stars: ✭ 24 (-27.27%)
Mutual labels:  nestjs, prisma2
nestjs-prisma-docker
Dockerizing a NestJS app with Prisma and PostgreSQL
Stars: ✭ 42 (+27.27%)
Mutual labels:  nestjs, prisma2
nest-typescript-starter
Nest framework TypeScript starter (node.js)
Stars: ✭ 35 (+6.06%)
Mutual labels:  nestjs, prisma2
nestjs-prisma-starter
Starter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and Docker
Stars: ✭ 1,107 (+3254.55%)
Mutual labels:  nestjs, prisma2
Developers-Playlist
A drop of musical taste from every contributor... Welcome to the developer's collaborative playlist.
Stars: ✭ 17 (-48.48%)
Mutual labels:  spotify
Nest-Js-Boiler-Plate
Nest Js Boilerplate with JWT authentication, CRUD functions and payment gateways.
Stars: ✭ 14 (-57.58%)
Mutual labels:  nestjs
spotify-adblock
Adblocker for Spotify
Stars: ✭ 675 (+1945.45%)
Mutual labels:  spotify
spicetify-marketplace
Download extensions and themes directly from Spicetify
Stars: ✭ 125 (+278.79%)
Mutual labels:  spotify
nestjs-auth-starter-kit
NestJS Auth Starter Kit (typescript / typeorm / swagger / passport / bcrypt)
Stars: ✭ 37 (+12.12%)
Mutual labels:  nestjs
nexus-validate
🔑 Add argument validation to your GraphQL Nexus API.
Stars: ✭ 29 (-12.12%)
Mutual labels:  prisma2
spotify-lyrics-cli
Migrated to Gitlab, this Github repo will not receive updates.
Stars: ✭ 57 (+72.73%)
Mutual labels:  spotify
spotify-clone
🎶 Spotify Clone
Stars: ✭ 17 (-48.48%)
Mutual labels:  spotify
nest-typeorm-auth-boilerplate
A NestJS boilerplate with TypeORM and authentication
Stars: ✭ 15 (-54.55%)
Mutual labels:  nestjs
PlaylistPolice
Allows you to whitelist Spotify users for your collaborative playlists
Stars: ✭ 33 (+0%)
Mutual labels:  spotify
passport-examples
A variety of examples using PassportJS with ExpressJS and ReactJS applications
Stars: ✭ 44 (+33.33%)
Mutual labels:  spotify
spotify-reddit
Spotify playlists backed by subreddits
Stars: ✭ 14 (-57.58%)
Mutual labels:  spotify
daruma-backend
🎎 Shared Expense Manager (Backend) - NestJS+DDD+CQRS+Event Sourcing 🎎
Stars: ✭ 70 (+112.12%)
Mutual labels:  nestjs
nest-angular
Full-stack with nest js & angular 8
Stars: ✭ 32 (-3.03%)
Mutual labels:  nestjs
spotify-connect-scrobbler
Last.fm scrobbler for Spotify Connect
Stars: ✭ 20 (-39.39%)
Mutual labels:  spotify
discoverify
Free Spotify add-on that automatically generates a personalized "Discover Daily" playlist, filled with recommendations based on your listening history.
Stars: ✭ 40 (+21.21%)
Mutual labels:  spotify

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].