Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!)

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).