https://github.com/eegli/spotifly
Feature-rich toolbelt for working with the Spotify Web API
https://github.com/eegli/spotifly
api cli javascript nodejs spotify typescript utility web-api
Last synced: 10 months ago
JSON representation
Feature-rich toolbelt for working with the Spotify Web API
- Host: GitHub
- URL: https://github.com/eegli/spotifly
- Owner: eegli
- License: mit
- Created: 2022-03-28T17:58:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T07:27:13.000Z (over 1 year ago)
- Last Synced: 2025-08-12T16:32:19.920Z (11 months ago)
- Topics: api, cli, javascript, nodejs, spotify, typescript, utility, web-api
- Language: TypeScript
- Homepage: https://spotifly.nougat.dev/
- Size: 5.88 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotifly
 
An inofficial toolbelt for working with the Spotify Web API.
https://spotifly.nougat.dev/
| Package | NPM | Coverage |
| -------------------------------------------- | --------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| [@spotifly/auth-token](packages/auth-token/) |  |  |
| [@spotifly/cli](packages/cli/) |  |  |
| [@spotifly/core](packages/core/) |  |  |
| [@spotifly/library](packages/library/) |  |  |
| [@spotifly/utils](packages/utils/) |  |  |
## CLI
Run `yarn spotifly`
## Open Issues
- Wait for changeset to resolve open issue related to replacing yarn workspace ranges before publishing ([#issue432](https://github.com/changesets/changesets/issues/432), [#pull674](https://github.com/changesets/changesets/pull/674))
- Figure out how to make MUI work nicely: https://docusaurus.io/docs/styling-layout/#css-in-js
- Figure out how to generate JSDoc for curried functions
---
All packages are provided as-is. It is in your responsibility to make sure your application is compliant with the [Spotify Developer Terms](https://developer.spotify.com/terms/).