Risk API Examples
Provided in this repo are three examples of how to use Clearbit's Risk API in Ruby, Python and Node.
Setup
- Create a free Clearbit account
- Set the
CLEARBIT_KEY
env var locally to your API key
Node.js specifict setup
You'll need to run npm install
inside the Node dir.
Ruby specific setup
You'll need to run bundle install
inside the Ruby dir.
Python specific setup
You'll need to run pip install clearbit flask
inside the Python dir.
More docs
You can find an integration guide on Clearbit's website. You can also view the full API docs.