company-finder
v1.2.4
Published
A module to find company URL from company name using the ClearBit API.
Downloads
6
Maintainers
Readme
Company Finder
Installation
npm install company-finder --save
Usage
var Company = require('company-finder');
var company = new Company();
company.find(query, function(err, response)) {
console.log(response);
});