Skip to content

pashacraydon/backbone-books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search Google Books API with Backbone.js

This is an experimental backbone.js project I built to help myself learn the language.

  • It's organized with require.js
  • It uses localStorage for saving books in collections and retrieving them

Demo: http://backbonejsbooks.appspot.com/

ScreenShot

Dev

Setup

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

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

Install grunt

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

Compile code

$ npm install -g requirejs
$ r.js -o app.build.js

About

Display & search books using Google Books api with Backbone.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published