https://github.com/mia-z/spotty-api
Typescript/Javascript wrapper for Spotify's REST API
https://github.com/mia-z/spotty-api
rest rest-api typescript wrapper
Last synced: over 1 year ago
JSON representation
Typescript/Javascript wrapper for Spotify's REST API
- Host: GitHub
- URL: https://github.com/mia-z/spotty-api
- Owner: mia-z
- Created: 2022-10-11T19:17:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T19:36:46.000Z (over 3 years ago)
- Last Synced: 2025-03-02T05:42:56.328Z (over 1 year ago)
- Topics: rest, rest-api, typescript, wrapper
- Language: TypeScript
- Homepage:
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

---
#
Spotty-API
##
Spotify REST API written in Typescript
Simple wrapper around calls to the Spotify REST API, using the fetch API under the hood.
More information on the endpoints used can be found here on Spotify's developer portal
---
##
**Note**
The project is still under heavy construction. So far the only thing that's been implemented is a client which handles the security token and basic calls to the general endspoints.
---
##
Features/Roadmap
- [x] Client class
- [x] Artists endpoints
- [x] Albums endpoints
- [ ] Shows endpoints
- [ ] Episodes endpoints
- [ ] Audiobooks endpoints
- [ ] Chapters endpoints
- [x] Tracks endpoints
- [ ] Search endpoints
- [x] Users endpoints
- [x] Playlists endpoints
- [ ] Categories endpoints
- [ ] Genres endpoints
- [x] Player endpoints