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);
});

/node-rapleaf/

    Package Sidebar

    Install

    npm i node-rapleaf

    Weekly Downloads

    1

    Version

    0.0.3

    License

    none

    Last publish

    Collaborators

    • tralamazza