Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

MadKudu/madkudu-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

madkudu-node

npm version CircleCI Code Climate

node.js bindings for the MadKudu API

Installation

npm install --save @madkudu/madkudu-node
var madkudu = require('@madkudu/madkudu-node')('api_key');

Persons

madkudu.person.find({ email: 'paul@madkudu.com' })
	.then(person => {
		console.log(person);
	});
});

Companies

madkudu.company.find({ domain: 'madkudu.com' })
	.then(company => {
		console.log(company);
	});
});

Contributing

Test commands

MADKUDU_API_KEY=xxx npm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •