1.0.0 • Published 8 years ago

hilltop-hydro v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

#hilltop hydro

Provides api access to a hilltop API service, see http://www.hilltop.co.nz/

Installation

npm install --save hilltop-hydro

Usage

See the docs on the gh-pages branch here

Development

This module is unit tested, please include tests with your pull request.

Get code

git clone <thisrepo>
npm install

Run tests

$ npm run test:watch
# or
$ npm run test

update the docs

When you add comments to code you can update the documentation, running npm run docs then push your changes to the gh-pages branch

$ git checkout gh-pages
$ npm run docs
$ git add .
$ git commit

creating a release

See the following npm scripts in package.json You will only need to run one of these.

npm run deploy:patch
npm run deploy:minor
npm run deploy:major
1.0.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago