0.10.0 • Published 10 years ago

indie-pulse-api v0.10.0

Weekly downloads
1
License
GPL-3.0
Repository
-
Last release
10 years ago

indie-pulse

A promises-based API client for the Ind.ie Pulse REST API in Node.js.

Installation

npm install indie-pulse

Usage

Pulse = require('indie-pulse')

pulse = new Pulse('<YOUR_API_KEY_HERE>')

pulse.version()
	.then (result) ->
		console.log 'Version: ' + result
	.catch (error) ->
		console.log 'Error while attempting to get version: ' + error

Tests

coffee test.coffee

Reference

Credits

Copyright © 2014 Aral Balkan. Licensed under GNU GPLv3. Released with ❤ by ind.ie