Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This library is meant to facilitate interacting with the CrunchBase API

Currently this library is available with git from:

git://github.com/lgomez/crunchbase.git

You can check out the latest source from git:

> git pull git://github.com/lgomez/crunchbase.git
> ./script/plugin install git://github.com/lgomez/crunchbase.git
> crunchbase = CrunchBase::Base.new
> crunchbase.list("company") #=> list of entities in the company namespace
> crunchbase.show("facebook", "company") #=> returns facebook from the company namespace
> crunchbase.search("facebook") #=> search for facebook across all namespaces

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors