node-rapleaf

0.0.3 • Public • Published

node-rapleaf

Simple Rapleaf API client for node.js. To learn more about Rapleaf API check the official documentation.

How to Install

$ npm install node-rapleaf

How to Use

var RapLeafApi = require('node-rapleaf');
 
var client = new RapLeafApi('<your key goes here>');
 
client.query_by_email('<some email>', function(json_data) {
  console.log(json_data);
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    3
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i node-rapleaf

Weekly Downloads

5

Version

0.0.3

License

none

Last publish

Collaborators

  • tralamazza