-
This is a simple Google Books Search application built on top of angular 2.
-
Search results are shown in an intuitive UI after calling the API endpoint.
-
The API from which the data has been fetched is:
https://www.googleapis.com/books/v1/volumes?q=
API with an example query is :
e.g : https://www.googleapis.com/books/v1/volumes?q=harry
- The user types any query into the search box :
- And the corresponding results (at most 10) are displayed. Few metadata of these books like thumbnail, name, publisher, publishing date, description, etc. is also displayed:
git clone https://github.com/yoshi2095/Google-Books-Search.git my-app
cd my-app
npm install
npm start