Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 594 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 594 Bytes

Setup

cd penguin // cd to index.html in the penguin folder
python -m SimpleHTTPServer [port] // run python SimpleHTTPServer

Visit the site in a browser, http://localhost.com:[port]

Use jshint if you want

$ npm install -g grunt-cli
$ npm install
$ grunt

The tasks

1. Fetch book data from the following endpoint within the Collection,
- https://www.googleapis.com/books/v1/volumes?q=python

2. Store individual book items inside Models

3. Display book items using the View and underscore template, add any additional views or templates you want.