An open API service indexing awesome lists of open source software.

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

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