/OpenData-Backbone

A sample application demonstrating how an application might be built against the Open Data API using Backbone.js and Marionette.js.

Primary LanguageJavaScript

OpenData-Backbone

A sample application demonstrating how an application might be built against the Open Data API using Backbone.js and Marionette.js.

Prerequisites

  1. nodejs and npm
  2. bower (npm install -g bower)
  3. phantomjs (for tests)

Setup

  1. Clone the repo: git clone git@github.com:mjuniper/OpenData-Backbone.git
  2. cd OpenData-Backbone
  3. npm install
  4. bower install
  5. gulp serve

Roadmap

Not a roadmap in the sense that these are features that will definitely be implemented; more of a list of potential improvements

  • API v2
  • upgrade yuki
  • leaflet mapmanager with config flag (if we go this route, the mapmanager should load it's own dependencies)
  • more tests