https://github.com/byigitt/sapi
implementing a simple api for spotify
https://github.com/byigitt/sapi
api-spotify spotify spotify-api spotify-web-api
Last synced: 8 months ago
JSON representation
implementing a simple api for spotify
- Host: GitHub
- URL: https://github.com/byigitt/sapi
- Owner: byigitt
- License: mit
- Created: 2023-11-23T07:26:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T08:15:36.000Z (over 2 years ago)
- Last Synced: 2025-08-31T04:49:07.099Z (10 months ago)
- Topics: api-spotify, spotify, spotify-api, spotify-web-api
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- Create an application in Spotify's Website if you dont have one (https://developer.spotify.com/dashboard)
- Download source code fully
- Edit `.env` file to your needs
### 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.
- [readme-template](https://gist.github.com/DomPizzie/7a5ff55ffa9081f2de27c315f5018afc)