UNPKG

basis-data

Version:

An async data retriever for Basis B1 tracker

33 lines (19 loc) 673 B
# BGD [![Build Status](https://travis-ci.org/chuckcarpenter/Basis-Golden-Data.svg)](https://travis-ci.org/chuckcarpenter/Basis-Golden-Data) ## Installation This module is using Node, but outputs easily via the CLI: ``` npm $ npm install -g basis-data ``` ## Example Usage If you don't pass in your user info, you'll be prompted. ``` CLI basis [username/password] ``` ## Testing Install [Node](http://nodejs.org) (comes with npm) and Bower. From the repo root, install the project's development dependencies: ``` npm install && bower install ``` Grunt can run tasks if you'd like to contribute to the module. Otherwise, just run the taks above for JSON output.