Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 644 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 644 Bytes

Who's got dirt? demo

This demo offers a simple query builder and a simple HTML render of the JSON response from the Who's got dirt? API.

Try it!

Development

Update components:

npm install -g component
component install

Build assets manually:

component build

Build assets automatically:

npm install grunt-contrib-watch --save-dev
grunt

Update ISO 3166-1 alpha-2 codes:

bundle
bundle exec rake iso_3166_1_alpha_2

Copyright (c) 2015 James McKinney, released under the MIT license