Vanderbilt Bootcamp - Week 10 assignment
Liri is similar to Apple's SIRI however it is a Language Interpretation and Recognition Interface. It will take in basic commands and output their answers.
Liri is connected to various APIs to allow it to grab relevant data pertaining to the command that is asked of it. When a valid command is passed to liri, liri will search the API that is connected to the specific command.
You must create a api key from Spotify and place it in a file called .env with the content shown below;
SPOTIFY_ID=your_spotify_id SPOTIFY_SECRET=your_secret_key
- concert-this artist/band name here
- spotify-this-song song name here
- movie-this movie name here
- do-what-it-says This is a random command and will run what is in random.txt
- Node
- axios
- dotenv
- moment
- node-spotify-api
Developer