Skip to content

work-in-progress/node-scottyapp-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About node-scottyapp-api-client

Official node.js API client for scottyapp.com. Documentation will be made available at http://scottyapp.com/developers

Build Status

Install

npm install scottyapp-api-client

Usage

Take a look at the https://github.com/scottyapp/scotty project and the tests included here.

Coffeescript

Client = require('scottyapp-api-client').Client
client = new Client('yourkey','yoursecret')
client.doStuff(...)

Javascript

var Client = require('scottyapp-api-client').Client;
var client = new Client('yourkey','yoursecret');
client.doStuff(...);

About Us

Check out

Follow us on Twitter at

  • @getscottyapp

and like us on Facebook please. Every mention is welcome and we follow back.

Release Notes

0.0.5

  • Now checks for response codes from the API and raises an error if it is not in the 2xx range
  • Ensured that data is empty if null, just in case

0.0.4

  • Removed some logging

0.0.3

  • Fixed an even more pathetic token bug

0.0.2

  • Fixed some pathetic token bug.

0.0.1

  • First version - basic api done.

Internal Stuff

  • npm run-script watch

Publish new version

  • Change version in package.json
  • git tag -a v0.0.4 -m 'version 0.0.4'
  • git push --tags
  • npm publish

Copyright

Copyright (c) 2011 Martin Wawrusch and Freshfugu, Inc. See LICENSE for further details.

About

The official scottyapp.com API client

Resources

License

Stars

Watchers

Forks

Packages

No packages published