var crunchbase = require('crunchbase2');
// Init the object with your API key
crunchbase.init(apikey);
// Lookup all organizations with keyword "airbnb"
crunchbase.organizations( { query: "airbnb" } , function(error, results) {
if (!error) {
console.log(results) // Print the search results
}
});
forked from Coding-House/crunchbase2
-
Notifications
You must be signed in to change notification settings - Fork 0
Update Crunchbase Documentation & Bug Fixes
License
brianofrokk3r/crunchbase2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Update Crunchbase Documentation & Bug Fixes
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 100.0%