Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 379 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 379 Bytes

LeoMoon Whois

Simple script to get domain availability and whois data from json-whois API using React and flatstore state management.

Installation

  1. First, get your API key from jsonwhois.com. limit is 500 calls.
  2. Add your key into .env file
  3. Install
yarn

or

npm
  1. Run the project
yarn start