liri-node-app
https://github.com/alxcur/liri-node-app
LIRI is like iPhone’s SIRI. However, while SIRI is a Speech Interpretation and Recognition Interface, LIRI is a Language Interpretation and Recognition Interface. LIRI will be a command line node app that takes in parameters and gives you back data.
- LIRI searches Spotify for songs, Bands in Town for concerts, and OMDB for movies.
- Main NPM packages in-use:
axios
moment
donenv
fs
+ more
- APIs: Bands in Town, Spotify, OMDB APIs
To retrieve a listing of upcoming concerts from a specific band/artist enter:
node liri.js concert-this <enter in specific band/artist>

To retrieve song info Spotify enter:
node liri.js spotify-this-song <enter song>

node liri.js movie-this <enter movie name>

Enter and see what it does:
node liri.js do-what-it-says

See LIRI in action:

Alex Curington /
22 February 2019