1.0.2 • Published 5 years ago

lirikendallbot v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

lirikendallbot

Lirikendall Bot runs off Node. It is patterned off Iphone Siri, but instead of being voice activated it takes user prompts and gives out commands using parameters and giving by data based responses requested by the user. This app focuses on concerts, songs, and movies.

**

DIRECTIONS:

This is just a simple Bot: From console: npm i lirikendall bot

Search any Concert, Song, Movie Next: node liri.js

**

require("axios") Axios uses the API: .. - node-spotify-api .. - rest.bandsintown.com ..* - omdbapi.com to get a response of bands on tour.

require("omdb") && require('node-spotify-api') NPM install that call their respective services through the Axios about to GET information asked for in the data search.

require('./key' && dotenv) Maintains secret keys in seperate file not included in a private git repo repository.

require('fs') Write and read txt files.

require("inquirer") Allows the user to collect requested information based on their selection.

require('moment') Allows the concert and movie goer to keep up with the latest movie times and concert times.

====================

What the UI Says: Image of UI

What the Concert Says: Image of Concert

What the Movie Says: Image of Movie

What the Song Says: Image of Song

What the File Says: Image of Concert

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago