Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claire-labry/liri-node-app
LIRI, like SIRI [but different], is a Language Interpretation and Recognition Interface in Javascript. Functioned as a command line node app, it takes parameters and gives back data to the user. Created with the use of Javascript, Node.js, Axios, Moment.js, + dotenv.
https://github.com/claire-labry/liri-node-app
axios dotenv liri-bot liri-node momentjs nodejs
Last synced: about 1 month ago
JSON representation
LIRI, like SIRI [but different], is a Language Interpretation and Recognition Interface in Javascript. Functioned as a command line node app, it takes parameters and gives back data to the user. Created with the use of Javascript, Node.js, Axios, Moment.js, + dotenv.
- Host: GitHub
- URL: https://github.com/claire-labry/liri-node-app
- Owner: claire-labry
- Created: 2020-04-01T17:49:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T00:04:19.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T04:28:05.627Z (over 1 year ago)
- Topics: axios, dotenv, liri-bot, liri-node, momentjs, nodejs
- Language: JavaScript
- Homepage:
- Size: 83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LIRI Bot
LIRI, like SIRI [but different], is a Language Interpretation and Recognition Interface in Javascript. Functioned as a command line node app, it takes parameters and gives back data to the user.
### Description of LIRI Bot
This particular LIRI Bot has been developed to grab and search Bands in Town, OMDB, & Spotify APIs. The commands have been developed in the liri.js file. These commands bring information about bands, songs and movies. Information is not only produced in the terminal, but it is stored in a random.txt file. The commands devised in liri.js are:
1. concert-this
2. movie-this
3. spotify-this-song
4. do-what-it-says### How to use LIRI Bot
Type in the terminal: node liri.js concert-this
This will prompt the terminal to pull information about the band's:
* Name of the venue
* Venue location
* Date of the Event![](gif_demos/concert-this.GIF)
Type in the terminal: node liri.js spotify-this-song
This will prompt the terminal to pull information about the song's:
* Artist(s)
* The song's name
* A preview link of the song from Spotify
* The album that the song is from![](gif_demos/spotify-this-song.GIF)
Type in the terminal: node liri.js spotify-this-song
This will prompt the terminal to pull information about the movie's:
* Title of the movie.
* Year the movie came out.
* IMDB Rating of the movie.
* Rotten Tomatoes Rating of the movie.
* Country where the movie was produced.
* Language of the movie.
* Plot of the movie.
* Actors in the movie.![](gif_demos/movie-this.GIF)
### Technology
* Node.js
* Axios
* Moment
* DotEnv### APIs
* Bands In Town
* Spotify API
* OMDB API