Skip to content

erdie/tld-finder

Repository files navigation

TLD Finder

Netlify Status

tld-finder-ss

Explore the world's top-level domains and uncover the organizations that manage them!

Run the development server

pnpm install
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Scrape the list of TLD extensions

pnpm scrape

Commit the changed files

git add data/iana-tld.json
git commit -m "your commit message"

For production

Update your allowedOrigins in middleware.ts

const allowedOrigins = [
    'https://tld-finder.erdiawan.com',
    'http://localhost:3000',
]

Run for production

pnpm build

Learn more about Next.js

About

Explore the world's top-level domains and uncover the organizations that manage them!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors