mtwilliams / crunchbase

:blue_book: CrunchBase for Alchemists.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CrunchBase for Alchemists

Continuous Integration Code Coverage Documentation Package

🚧 Work in progress! 🚧

(An opinionated) CrunchBase client library for Elixir.

Installation

  • Add it as a Mix dependency in the project.
def deps do
  [{:crunchbase, ">= 0"}]
end
  • Run mix deps.get to install.

  • In you configuration, like config/config.exs or config/prod.exs add your api_key:

config :crunchbase,
  # This is not a real key...
  api_key: "c1f902b0956f5210260b139beb874528"

Usage

First Steps

Options

Fetching

Querying

Pagination

Bulk

Open Data Map

Complete Node List

Daily Export

About

:blue_book: CrunchBase for Alchemists.

License:Other


Languages

Language:Elixir 100.0%