CrunchBase for Alchemists
:construction: Work in progress! :construction:
(An opinionated) CrunchBase client library for Elixir.
Installation
- Add it as a Mix dependency in the project.
def deps do
[{:crunchbase, ">= 0"}]
endRun
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"