Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Latest commit

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Close.io

A Close.io API wrapper for Node.js. See the API documentation at http://developer.close.io/

Installation

npm install --save close.io

Usage

npm install
mocha test

Get an API key from your settings page: https://app.close.io/settings/

varCloseio=require('close.io');varcloseio=newCloseio("YOUR_API_KEY_HERE");closeio.lead.create({name: "Spider Man"}).then(function(lead){returncloseio.lead.read(lead.id);}).then(function(lead){returncloseio.lead.update(lead.id,{name: "Peter Parker"});}).then(function(lead){returncloseio.lead.delete(lead.id);}).then(function(){returncloseio.lead.search({name:"Bruce Wayne"});}).then(function(search_results){},function(err){console.log("There has been an error.");console.log(err);});

About

An Unofficial Close.io API wrapper for Node.js. - MAINTAINER WANTED

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages