Skip to content

kellina/spotify-api-pkce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kelify

Frontend consuming the spotify API

Author Languages Contributors

📌 Table of Content

✔️ Project Status

🚧 Under Construction

🚀 Features

  • 🔒   Authentication code flow with proof key for code exchange (PKCE)
  • 👤   Show Spotify logged user profile information
  • 🎧   Get a list of current user's playlists

👷 Installation

You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:

git clone https://github.com/kellina/spotify-api-pkce.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:

git clone [email protected]:kellina/spotify-api-pkce.git

Install dependencies

yarn install

Or

npm install

🏃 Getting Started

Run the following command in order to start the application in a development environment:

npm start

📕 License

Released in 2020. This project is under the MIT license.

Made with love by Kellina Oliveira 💜🚀