Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidcsally/spotify-song-charts
Lil React site I built to scrape and display Spotify's top song data (my first react app!)
https://github.com/davidcsally/spotify-song-charts
Last synced: 3 months ago
JSON representation
Lil React site I built to scrape and display Spotify's top song data (my first react app!)
- Host: GitHub
- URL: https://github.com/davidcsally/spotify-song-charts
- Owner: davidcsally
- Created: 2017-08-22T04:04:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T08:17:21.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T05:41:20.140Z (4 months ago)
- Language: JavaScript
- Homepage: https://spotifycharts.herokuapp.com/
- Size: 2.44 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My first React App! This is a little web scraper that collects top song information form Spotify, and displays it to a chart I built in React. Basically a clone of this: https://spotifycharts.com/regional
## Commands
start: ``npm start``
test: ``npm test``This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).