0.10.2 • Published 8 years ago

golfnow v0.10.2

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

Node.js SDK for GolfNow

npm npm Build Status Coverage Status

Affiliate & Partner API. An easy to use tee time search and booking service for GolfNow Affiliates & Partners.

Installation

  • Install Node.js
  • Install GolfNow SDK with npm:

npm install golfnow

Usage

var golfnow = require("golfnow");

var app = golfnow("CLIENT_ID", "CLIENT_SECRET");

var request = app.getApiRoot();

request.on('response', function(response) {
    console.log(response);
});

request.on('error', function(error) {
    console.log(error);
});

request.end();

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

0.10.2

8 years ago

0.10.1

8 years ago

0.10.0

8 years ago

0.9.0

8 years ago

0.8.0

8 years ago

0.7.0

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago