edna is an emoji domain name availability checker written in javascript.
it utilises the whoisxmlapi API.
- run
yarn
to download the packages - copy .env.example to .env and fill in the port and API key
- run
yarn run build
to create the javascript bundle for the client - run
yarn run start
to start the express server