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