Simple script to get domain availability and whois data from json-whois API using React and flatstore state management.
- First, get your API key from jsonwhois.com. limit is 500 calls.
- Add your key into .env file
- Install
yarn
or
npm
- Run the project
yarn start