Nonagon is a single page React/Redux application whose purpose is the creation of Spotify playlists based upon user's personal tastes. This project was bootstrapped through Create React App.
Clone this repo and then launch the following:
$ yarn
in your terminal to install all the required dependencies.
A couple of environment variables are required to make the app work; save in an .env file in the root of the project REACT_APP_SPOTIFY_CLIENT_ID
and REACT_APP_SENTRY_DSN
(if you don't care about Sentry just comment out that part in the source code), then launch:
$ yarn start
Bug reports and pull requests are welcome on GitHub at https://github.com/bitfella/nonagon.
This code is available as open source under the terms of the MIT License.