Spotify Api Implementation

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


Preview




[Development in continue...]

🎯 About

🎵 Spotify api implemented in React project.
▶️ Web api documentation : https://developer.spotify.com/documentation/general/guides/authorization/

Features

✔️ Signin with spotify account
✔️ Make request to spotify

🚀 Technologies

The following tools were used in this project:

Requirements

Before starting 🏁, you need to have Git and Node installed.

👍 Create application https://developer.spotify.com/dashboard/ and get your client_id.

🏁 Starting

# Clone this project
$ git clone https://github.com/cansuk/react-api-projects

# Access
$ cd react-api-projects

# Install dependencies
$ yarn

# Run the project
$ yarn start

# The server will initialize in the <http://localhost:3000>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by cansuk

 

Back to top