Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wobsoriano/spotify-stats-server
Spotify stats server
https://github.com/wobsoriano/spotify-stats-server
express netlify netlify-functions nodejs
Last synced: 4 months ago
JSON representation
Spotify stats server
- Host: GitHub
- URL: https://github.com/wobsoriano/spotify-stats-server
- Owner: wobsoriano
- Created: 2020-02-18T13:12:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T01:37:17.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T21:58:35.820Z (6 months ago)
- Topics: express, netlify, netlify-functions, nodejs
- Language: JavaScript
- Size: 3.91 KB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - wobsoriano/spotify-stats-server - Spotify stats server (JavaScript)
README
# Spotify Stats Server
Your spotify profile's top artists and tracks with charts and playlist creator.
## Installing
1. Register an application with [Spotify](https://developer.spotify.com/documentation/web-api/quick-start).
2. Set client keys for Spotify, redirect and callback url here.
```bash
cp .env.example .env
```3. Install dependencies
```bash
npm install
```4. Fire up the server and watch files
```bash
npm start
```## Built with
- [Express](https://expressjs.com/)
- [Netlify Lambda](https://github.com/netlify/netlify-lambda)
- [Serverless Http](https://github.com/dougmoscrop/serverless-http)## Acknowledgments
* Hat tip to anyone whose code was used