contact-service-async

2.0.0 • Public • Published

contact-service-async

Asynchronous contact-service operations

	* addNewContact
	* getAllContacts
	* getOneContact
	* deleteContact
	* updateContact

Installation:

npm install contact-service-async --save

Usage:

var csa = require("contact-service-async");

csa.getAllContacts((err, data)=>{
	if(err) throw err;

	console.log(data);
});

Package Sidebar

Install

npm i contact-service-async

Weekly Downloads

0

Version

2.0.0

License

MIT

Last publish

Collaborators

  • kayartayavinod