Create a command line application that allows you to use the Google Books API to search for books and construct a reading list.
A sync prompt for node. very simple. no C++ bindings and no bash scripts.
How to install:
- Navigate to the correct folder, open your terminal and enter
npm i prompt-sync
A promise based HTTP client for the browser and node.js.
How to install:
- Enter
npm install axiosin your terminal.
The fs module provides a lot of very useful functionality to access and interact with the file system.
How to install:
- There is no installation needed with the
fsmodule. It is part of Node.js. Addconst fs = require('fs')to the top of your document.
- Create a folder on your computer with a name of your choice.
- Open your favorite code editor and navigate to the folder in the terminal.
- Copy the repository clone link and paste it in your terminal.
git clone [email protected]:ttdlabaj/Google-api.git - Navigate to the google-books-api folder.
- Enter
npm installin the terminal to install all dependencies. - Enter
node app.jsto start your search.