Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roziscoding/termify
SImple node cli tool to search tracks on spotify
https://github.com/roziscoding/termify
Last synced: about 1 month ago
JSON representation
SImple node cli tool to search tracks on spotify
- Host: GitHub
- URL: https://github.com/roziscoding/termify
- Owner: roziscoding
- Created: 2017-07-15T16:45:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T21:46:33.000Z (over 7 years ago)
- Last Synced: 2024-10-31T13:34:36.086Z (about 2 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Termify
===
Simple command line tool to search music from spotify and get URIs## Installing
This tool is ditributed through npm, so:
```npm i -g termify```## Using
The only parameter termify expects is the `-q` parameter, which should contain the name of the track you're looking forExample:
```termify -q "Shape of you"```## Contributing
Termify uses regular NodeJS features. No building processes needed; so just clone the repo, edit and PR me :)