0.0.2 • Published 7 years ago

simplifapi v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Simplifapi

Simplify your apis!

Installation

npm install simplifapi

Usage

var client = simplifapi.createApi('http://localhost/3000');

client.get("/api/app").then(function(result){
  console.log(result);
});

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.