Skip to content

byigitt/sapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

implementing a simple api for spotify

Topics

Resources

License

Stars

Watchers

Forks