Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wobsoriano/spotify-stats
🎧 Your spotify profile's top artists and tracks with charts and playlist creator.
https://github.com/wobsoriano/spotify-stats
material-ui react spotify-api spotify-stats spotify-web-api-js
Last synced: 4 months ago
JSON representation
🎧 Your spotify profile's top artists and tracks with charts and playlist creator.
- Host: GitHub
- URL: https://github.com/wobsoriano/spotify-stats
- Owner: wobsoriano
- Created: 2020-02-17T23:42:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T10:12:01.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T21:58:36.119Z (6 months ago)
- Topics: material-ui, react, spotify-api, spotify-stats, spotify-web-api-js
- Language: JavaScript
- Homepage: https://spotify-stats.now.sh
- Size: 2.41 MB
- Stars: 93
- Watchers: 2
- Forks: 14
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - wobsoriano/spotify-stats - 🎧 Your spotify profile's top artists and tracks with charts and playlist creator. (JavaScript)
README
# Spotify Stats
Your spotify profile's top artists and tracks with charts and playlist creator.
## Installing
1. Follow instructions in setting up server [here](https://github.com/sorxrob/spotify-stats-server)
2. Install dependencies
```bash
npm install
```3. Fire up the server and watch files
```bash
npm start
```## Built with
- [React](https://reactjs.org/)
- [Material UI](https://material-ui.com/)
- [Chart.js](https://www.chartjs.org/)
- [Spotify API](https://developer.spotify.com/documentation/web-api/)## Acknowledgments
* Hat tip to anyone whose code was used
## To-Do
- [ ] Social sharing of result
- [ ] Fix refresh token issues