Skip to content

The objective of this assignment is to build a console line application with the search data from the google books api, using a simple unauthenticated google books api to get a list of books. And build a library with these books.

Notifications You must be signed in to change notification settings

annaVVV/GoogleBooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoogleBooks

Output


******************************************************************
*                                                                *
*               Books Search Application                         *
*                                                                *
******************************************************************


Note: all files will be saved or loaded into/from <Library> folder

Please, provide a csv file name to save your search or load >> test.csv

SELECT: Search or Load books library ("S"/"L"), "q" - quit >>s
SEARCH: Search string >>new york weather

By default you will get 10 or less results
SEARCH: how many items to save (range: [0, 40],  or  "a" -  by default ) >>a
Response Status Code: 200
Just completed writing csv file with 59 columns

Sort your books by:
     1 - price
     2 - avg ratings
     3 - rating count
     4 - published date
     5 - page count
     q - quit

>>2
Sort by avg rating items_volumeInfo_averageRating
4.5
4.5
4.0
4.0








Process finished with exit code 0

About

The objective of this assignment is to build a console line application with the search data from the google books api, using a simple unauthenticated google books api to get a list of books. And build a library with these books.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages