Skip to content

StevenSchrembeck/penguin-s77934

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published