indie-pulse-api

0.10.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i indie-pulse-api

Weekly Downloads

1

Version

0.10.0

License

GPL-3.0

Last publish

Collaborators

  • aralbalkan