Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.17 KB

Playlist for Runners

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.

Installation

  1. Clone the repository:
git clone https://github.com/henriquespecian/playlist-for-runners.git
cd playlist-for-runners
  1. Install dependencies:
npm install
  1. 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

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements


Happy running! 🏃‍♂️🎶