Skip to content

A simple and basic Web API using node.js that uses Axios to retrieve, push to the array and save it into an excel sheet

License

Notifications You must be signed in to change notification settings

rajamamoon/Nodejs_GoogleBookAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js_GooglebookAPI

A simple and basic Web API using node.js that uses axios to retrieve, push to the array and save it into an excel sheet

Libraries

  • Axios
  • csv-parser
  • fs
  • xlsx

Installation

  1. Clone the repo
    git clone https://github.com/rmamoonx/Nodejs_GoogleBookAPI.git
  2. Install NPM packages
    npm install
  3. Enter the ISBN's in data.csv
  4. Start the script
    npm run start

Google Book

The Script retrieves the following information from the website. 
    Title
    Author
    Description
    Language
    Category
    Pages
    Published date
    Publisher
    Subtitle
    Type
    ISBN-13
    Image

License

Distributed under the MIT License. See LICENSE for more information.

About

A simple and basic Web API using node.js that uses Axios to retrieve, push to the array and save it into an excel sheet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published