Fullstack React and Node application for getting user's top tracks and artists on Spotify.
Live: https://stucksong.herokuapp.com
-
You can get your top tracks and artists on Spotify.
-
You can create a playlist of your top tracks and share it with your friends.
> git clone https://github.com/anya92/stucksong
> cd stucksong
> yarn install
CLIENT_ID
- Spotify Web API Client ID
CLIENT_SECRET
- Spotify Web API Client Secret
DATABASE
- Mongo Database URL
SECRET
- secret for express-session
KEY
- key for express-session
> yarn dev
> yarn test
- React & Redux
- Spotify Web API
- Spotify Authentication with Passport
- Glamorous for styling
- Jest & Enzyme for testing
- Code-splitting with react-loadable