README.md
## [CrunchBase](https://www.crunchbase.com) for Alchemists
[](https://travis-ci.org/meetwalter/crunchbase)
[](https://coveralls.io/github/meetwalter/crunchbase)
[](http://inch-ci.org/github/meetwalter/crunchbase)
[](https://hex.pm/packages/crunchbase)
:construction: *Work in progress!* :construction:
(An opinionated) CrunchBase client library for Elixir.
## Installation
* Add it as a Mix dependency in the project.
```elixir
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`:
```elixir
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