Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 for

Example:
```termify -q "Shape of you"```

## Contributing
Termify uses regular NodeJS features. No building processes needed; so just clone the repo, edit and PR me :)