CrunchBase for Alchemists
🚧 Work in progress! 🚧
(An opinionated) CrunchBase client library for Elixir.
- Add it as a Mix dependency in the project.
def deps do
[{:crunchbase, ">= 0"}]
end-
Run
mix deps.getto install. -
In you configuration, like
config/config.exsorconfig/prod.exsadd yourapi_key:
config :crunchbase,
# This is not a real key...
api_key: "c1f902b0956f5210260b139beb874528"