Statify - backend
Statify is an application built to display a Spotify user's listening statistics on a visual and interactive dashboard. Using the Spotify API, users are able to see different data sets over different periods of time. Statify was build using React, Redux and Router, with asynchronous API calls managed through Redux-Sagas.
Clone down this repository and install npm. Execute the following command in your CLI.
npm install
API calls to the Spotify database are accomplished with a Node/Express backend. The client id and secret id are hidden using dotenv.
To start the application on localhost:4000, enter the following command.
node server.js
- Node - For running JS outside the browser
- Express - Node web application gramework
- node-fetch - Implementing fetch on the backend
- Statify - Statify React application repo
- Test endpoints
- Refactor initial access fetch
- Nick Teets Github
This project is licensed under the MIT License - see the LICENSE.md file for details
- Inspiration - Visualify