Skip to content

ItsWendell/playlist-generator-spotify

Repository files navigation

Playlist Generator for Spotify

Easily generate spotify playlists based on the Recommendations api from spotify.

Latest Release Build Status

Start Developing

To get started playing around in this app first ofcourse clone this repo.

This web app is build using a minimal Create React App setup and is all client-side. The app directly connects to the Spotify API.

In order to connect to the Spotify Web API you need a Client ID in your environment variables. Create one at the Spotify Developer Dashboard for free.

For local development copy the .env.example into .env and set your REACT_APP_SPOTIFY_CLIENT_ID to your custom client ID.

After that start the same way as any Create React App.

$ npm install
$ npm start

Deploying

Want to deploy directly into a instance live on Zeit Now? It's really easy. First we need to add your client ID into your 'secrets' environment variables in Zeit.

Then we can simply deploy now.

$ now secret add REACT_APP_SPOTIFY_CLIENT_ID=YOUR_CLIENT_ID
$ now

Resources

Contributing

Contributions are always welcome. This project is open source, and anyone may contribute. To keep the project healthy and running smoothly, a couple of rules are defined.

  1. Keep it friendly and accessible at all times.
  2. Use the templates adequately with the required information.
  3. Adhere the code styling and make sure CI passes.

Make something awesome!

License

The MIT License (MIT). Please see License File for more information.


Made with ❤️