Gets your top Spotify songs during Coronavirus, top songs of the year, and all time top songs!
The Spotify API is easy to use and can be added to any application.
This app DOES NOT store any information. It only uses the Spotify API to get your information, and Firebase to host. The Client ID for Spotify has been removed and you need to make your own application on Spotify to use this.
This code is public purely for those that want to verify that this application is safe and secure.
Go to the Dashboard page at the Spotify Developer website, and click on ‘My New App.” Be sure to write down the Client ID from your application.
git clone https://github.com/JoeKarlsson/react-spotify-player.git
cd react-spotify-player
Change src/config_example.js to src/config.js and paste your Spotify Client ID from step 1 in the clientId field.
npm install
npm start # open http://localhost:3000 in your browser
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D