Skip to content

ttdlabaj/Google-api

Repository files navigation

Google Books API App

Objective

Create a command line application that allows you to use the Google Books API to search for books and construct a reading list.

Dependencies Used

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 axios in 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 fs module. It is part of Node.js. Add const fs = require('fs') to the top of your document.

How to use the app

  1. Create a folder on your computer with a name of your choice.
  2. Open your favorite code editor and navigate to the folder in the terminal.
  3. Copy the repository clone link and paste it in your terminal. git clone [email protected]:ttdlabaj/Google-api.git
  4. Navigate to the google-books-api folder.
  5. Enter npm install in the terminal to install all dependencies.
  6. Enter node app.js to start your search.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published