An open API service indexing awesome lists of open source software.

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.

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.