/flights

A small project in React that uses https://clearbit.com/ API

Primary LanguageJavaScript

How to run:

Download or clone master branch. Inside of /src/config.json put your https://clearbit.com/ secret key, like this:

{
  "clearbitkey": "ADD_YOUR_SECRET_KEY_HERE"
}

In the project directory run:

npm install
npm start

This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.