Work in progress
Build better playlists with data from the Spotify API.
git clone https://github.com/ntaylor89/spotable.git
cd spotable
npm i
npm start
open localhost:3000
MIT
- Fork it
- Create your featur 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
) - Create new Pull Request
Note that this repo follows JavaScript Standard Style
Made with <3 by Nate Taylor