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
Feb 24, 2017
Feb 24, 2017
Jan 26, 2017
Feb 24, 2017
Feb 24, 2017
Mar 24, 2016
Feb 24, 2017
Jan 26, 2017
Mar 24, 2017
May 20, 2020

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: '[email protected]' })
	.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

  •  
  •  
  •  
  •