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.get
to install. -
In you configuration, like
config/config.exs
orconfig/prod.exs
add yourapi_key
:
config :crunchbase,
# This is not a real key...
api_key: "c1f902b0956f5210260b139beb874528"