ngin_client

0.2.65 • Public • Published

ngin_client_node Build Status

Installation

npm install ngin_client

Note:

Ngin Client Node will not work with node version 0.6.x

Contributing

If you add code, please add tests. Pull requests will not be accepted without tests and an updated coverage report.

Linking to a Local App

  • Get the repo: git clone git@github.com:sportngin/ngin_client_node.git
  • From the new Ngin Client repo (you only need to do this once): npm link
  • Link Ngin Client from your app repo: npm link ngin_client
  • Rebuild your local app (i.e. grunt dev)
  • When you are done with your feature, use npm unlink ngin_client from your app repo to break the link to your local Ngin Client repo (and use the packaged version again)

Running Tests

npm test

Running the coverage report

npm run-script coverage

View current test coverage

Readme

Keywords

none

Package Sidebar

Install

npm i ngin_client

Weekly Downloads

80

Version

0.2.65

License

none

Unpacked Size

115 kB

Total Files

74

Last publish

Collaborators

  • jessehouchins
  • sportsengine