This application is a substitute of Apple's Siri, but instead is Liri - Language Interpretation and Recognition Interface. Running this application in the terminal or Git Bash, one is able to utilize its npm features. Included it will be able to track songs, search for movies, and a final do-what-it-says function.
Fork the repo and download the files to your computer. You will need to obtain a Spotify developer key here: https://developer.spotify.com/dashboard/login. You will also need to create your own .env file and put it in the same folder location as the rest of the files. Create the necessary npm packages and run the following in the terminal/git bash:
- npm init -y
- npm install
- npm install --save node-spotify-api
The following commands work to operate Liri:
- spotify-this-song (insert track name)
- movie-this (insert movie name)
- do-what-it-says
- An internet connection
- The terminal or Git Bash installed
- Spotify developer key (new .env file)
- [JavaScript]
- [NPM Packages]
- [OMDB-API]
- Alpha Kwong