0.0.5 • Published 8 years ago

launchpad-client-brunobasto v0.0.5

Weekly downloads
19
License
-
Repository
github
Last release
8 years ago

Launchpad api client for JavaScript

Usage

Post

Launchpad
    .url('/data/tasks')
    .post({ desc: 'Buy milk' });

Get

Launchpad
   .url('/data/tasks')
   .get()
   .then(function(clientResponse) {
        console.log(clientResponse.body())
   });

Setup

npm install
bower install

Build

gulp build
gulp watch

Test

gulp test
gulp test:watch
0.0.5

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

0.0.0

8 years ago