Skip to content

69/edna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

21 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

edna

GitHub package.json version GitHub

edna is an emoji domain name availability checker written in javascript.

it utilises the whoisxmlapi API.

Setup

  • 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