https://github.com/t99/spotify-ts
A TypeScript/JavaScript library for accessing the Spotify API.
https://github.com/t99/spotify-ts
music spotify spotify-api spotify-web-api
Last synced: 9 months ago
JSON representation
A TypeScript/JavaScript library for accessing the Spotify API.
- Host: GitHub
- URL: https://github.com/t99/spotify-ts
- Owner: T99
- License: gpl-3.0
- Created: 2022-02-25T19:23:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T14:30:30.000Z (over 3 years ago)
- Last Synced: 2025-03-02T21:34:19.276Z (over 1 year ago)
- Topics: music, spotify, spotify-api, spotify-web-api
- Language: TypeScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# JavaScript Module Template
This repository serves as an easy-start template for TypeScript NPM packages.
Simply clone the repository into a directory:
```bash
$ git clone git@github.com:T99/js-module-template.git my-new-project
```
And that's it! Your project is ready to go.