This project provides a service to create personalized running playlists using the Spotify Web API. The playlists are generated based on the user's saved tracks, top tracks, and specific tempo ranges suitable for running.
- Clone the repository:
git clone https://github.com/henriquespecian/playlist-for-runners.git
cd playlist-for-runners
- Install dependencies:
npm install
- Create a
.env
file in the root directory and add your Spotify API credentials:
SPOTIFY_CLIENT_ID=your_client_id
SPOTIFY_CLIENT_SECRET=your_client_secret
SPOTIFY_REDIRECT_URI=your_redirect_uri
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.
- Spotify Web API Node - A Node.js wrapper for the Spotify Web API.
- Spotify Web API Documentation - Official documentation for the Spotify Web API.
Happy running! 🏃♂️🎶