Skip to content

oreillymedia/backbone-atlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo has been deprecated, and the code now lives in orm-atlas

backbone-atlas is an open-source JavaScript library built on Backbone.js, to be used in browsers to load data via the Atlas API.

Compiling

This library is written in Coffeescript, to compile run:

npm run build-js

If you wish to watch for changes, such as when writing new tests, you can run

npm run watch-js

Testing

The library ships with a testing suite that makes requests to a fake canned server. First you need to install the dependencies:

npm install

Then run this command from the root folder:

npm run watch-js
npm run test

This command will start up a canned server for stubbing tests and open a test/index.html in the browser.

License

MIT

About

THIS REPO HAS BEEN DEPRECATED!!!!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published