Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 638 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 638 Bytes

Spotable

Work in progress

Build better playlists with data from the Spotify API.

Installation

git clone https://github.com/ntaylor89/spotable.git
cd spotable
npm i

Usage

npm start
open localhost:3000

License

MIT

Contributing

  1. Fork it
  2. Create your featur branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Note that this repo follows JavaScript Standard Style

Made with <3 by Nate Taylor