Skip to content

tralamazza/node-rapleaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rapleaf API client for node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published