Skip to content

natpicone/CrunchBase-Rails-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors