https://github.com/rileyjshaw/domains
:telescope: Search for emoji domains and short domains.
https://github.com/rileyjshaw/domains
Last synced: 2 days ago
JSON representation
:telescope: Search for emoji domains and short domains.
- Host: GitHub
- URL: https://github.com/rileyjshaw/domains
- Owner: rileyjshaw
- License: mit
- Created: 2014-10-02T07:35:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-31T03:28:55.000Z (almost 9 years ago)
- Last Synced: 2025-03-27T01:48:28.310Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
domains
=======Search for emoji domains and short domains. If you get a domain with this, my one request is that you actually use it for something.
Run with:
```bash
node punycodify.js < emoji_list | while read i ; do ./check.sh $i ; done
```or with:
```bash
./2letter.js | while read i ; do ./check.sh $i ; done
```The tld for 2-letter domains is hard-coded in `check.sh` to .ws, but you can change it to whatever your heart desires.
MIT license.