Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.15 KB

File metadata and controls

52 lines (32 loc) · 1.15 KB

Basic API implementation for Spotify

Implementing a simple API for Spotify

Features

  • Written in Nodejs
  • Checks errors, redirects into reason API (customizable)
  • Logs access/refresh token into a json file
  • Automatiaclly refreshes access token if its invalid/expired

Getting Started

Dependencies

  • Nodejs (latest version is adviced)
  • An application in Spotify's Website

Installing

Executing program

  • Use npm install command to install all node modules
  • Do not forget to edit your .env
  • After completing all tasks, you can start your program with this command:
node index.js

Help

IF you have ANY problems, do not hesitate to use issues page

Version History

  • 1.0.0
    • Initial release

License

This project is licensed under the MIT License - see the license.md file for details

Acknowledgments

I just wanted to test myself what can I do in a day.