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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i node-rapleaf

      Weekly Downloads

      5

      Version

      0.0.3

      License

      none

      Last publish

      Collaborators

      • tralamazza