Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/healeycodes/tld-quiz
🌐 How well do you know your top-level domains (TLDs)?
https://github.com/healeycodes/tld-quiz
tld top-level-domain top-level-domains
Last synced: 12 days ago
JSON representation
🌐 How well do you know your top-level domains (TLDs)?
- Host: GitHub
- URL: https://github.com/healeycodes/tld-quiz
- Owner: healeycodes
- Created: 2022-04-10T19:55:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T06:44:18.000Z (over 2 years ago)
- Last Synced: 2024-10-05T17:42:58.201Z (3 months ago)
- Topics: tld, top-level-domain, top-level-domains
- Language: JavaScript
- Homepage: https://tld-quiz.vercel.app
- Size: 157 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TLD-quiz
How well do you know your top-level domains (TLDs)?
Sure, you know `.com` and `.net`. It's not your first time on the Web.
You might even know `.io` and `.so`. But what about `.blue` or, like, `.usa`?
Visit https://tld-quiz.vercel.app.
## Build
```bash
cd ./app
npm run build
```## Dev
```bash
cd ./app
npm run dev
```## Generate new TLDs
Update `./real-tld-list.txt` from https://www.icann.org/resources/pages/tlds-2012-02-25-en.
```bash
python generate.py
```