Skip to content
/ api.js Public
forked from luisbrito/api.js

JavaScript API Client for Launchpad Project

Notifications You must be signed in to change notification settings

henvic/api.js

 
 

Repository files navigation

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

About

JavaScript API Client for Launchpad Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%