Command line interface app that consumes Google Books Api and displays list of 5 books according to a query. You can choose what book to save in your reading list. If you don't want to save anything enter 0.
You need Node.js installed on your computer.
- Clone the repository and
cdto the folder - Run
npm install -g books-cli - Run
npm linkto allow runnig thebookscommand (You might need to run it as a super user -sudo npm link) - Obtain API Key from Google Books Api
- Create .env file in the root directory and set API_KEY=yourApiKey
books help - list available commands
books version - check app version
books search <your query> - return list of five books that contain the query string
books list - show reading list
Run sudo npm uninstall to uninstall the app