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
- Axios
- csv-parser
- fs
- xlsx
- Clone the repo
git clone https://github.com/rmamoonx/Nodejs_GoogleBookAPI.git
- Install NPM packages
npm install
- Enter the ISBN's in data.csv
- Start the script
npm run start
The Script retrieves the following information from the website.
Title
Author
Description
Language
Category
Pages
Published date
Publisher
Subtitle
Type
ISBN-13
Image
Distributed under the MIT License. See LICENSE
for more information.