0.0.1 • Published 7 years ago

geodash.js v0.0.1

Weekly downloads
3
License
BSD-3-Clause
Repository
github
Last release
7 years ago

Build Status

GeoDashJS (geodash.js)

Low-level Javascript API for GeoDash. This API includes a variety of low-level functions used throughout the GeoDash framework. GeoDashJS is added at /lib/geodashjs/0.0.1/ to the geodash-base project.

GeoDash

GeoDash is a modern web framework and approach for quickly producing visualizations of geospatial data. The name comes from "geospatial dashboard".

The framework is built to be extremely extensible. You can use GeoDash Server (an implementation), the front-end framework, backend code, or just the Gulp pipeline. Have fun!

See http://geodash.io for more details.

Building

Before you build, you'll need to install browserify, uglify-js, and jshint. You should install globally with:

sudo npm install -g browserify
sudo npm install -g uglify-js
sudo npm install -g jshint

To run the build, which creates dist/geodash.js, dist/geodash.min.js, and the docs just run:

npm run build

code

To just build the distributable code (dist/geodash.js, dist/geodash.min.js), run:

npm run build:code

docs

To build the custom docs template used in the website, you'll need to install a custom version of docstrap.git on top of the default version. The below command will install the custom version.

npm install git+https://git@github.com/geodashio/docstrap.git\#geodash # Install custom docs template with font awesome

You can just build docs with:

npm run build:docs # or gulp docs since run the same thing

Tests

This repo includes syntax tests via jshint and unit tests via Karma - Browserify - Mocha.

Run syntax tests with npm run jshint.

Run the unit tests with gulp tests or npm run test.

Contributing

Happy to accept pull requests!

License

See LICENSE file.