domain_aim 0.1.1 copy "domain_aim: ^0.1.1" to clipboard
domain_aim: ^0.1.1 copied to clipboard

What purposes a TLD (Top Level Domain) can be used for. Appraises the domain name.

Domain Aim #

Cover - Domain Aim

GitHub License

Appraises the domain name: what purposes a TLD (Top Level Domain) can be used for?

Usage #

Appraising the TLD for Use as a Business Card Site #

final appraiser = Appraiser.personalBusinessCard();
print(appraiser.appraiseTld('com'));

Output:

YES

All suitable TLDs for Use as a Business Card Site #

final appraiser = Appraiser.personalBusinessCard();
final yesFilter = appraiser.filter([Grade.YES, Grade.Yes, Grade.yes]);
print(yesFilter);

Grade relevance: YES > Yes > yes.

Output:

{biz: YES, black: YES, com: YES, contact: YES, cool: YES, dad: YES, me: YES, one: YES, online: YES, page: YES, space: YES, best: Yes, bio: Yes, center: Yes, co: Yes, fan: Yes, gay: Yes, ink: Yes, io: Yes, it: Yes, life: Yes, live: Yes, net: Yes, pro: Yes, site: Yes, soy: Yes, website: Yes, win: Yes, actor: yes, art: yes, au: yes, band: yes, bike: yes, bingo: yes, blog: yes, boo: yes, business: yes, buzz: yes, ca: yes, cab: yes, cc: yes, cheap: yes, com.au: yes, com.mx: yes, digital: yes, direct: yes, dog: yes, expert: yes, family: yes, fun: yes, gallery: yes, glass: yes, global: yes, gold: yes, green: yes, guide: yes, guru: yes, hair: yes, holiday: yes, in: yes, info: yes, irish: yes, jp: yes, lat: yes, limited: yes, limo: yes, love: yes, men: yes, monster: yes, mx: yes, nexus: yes, ninja: yes, nl: yes, place: yes, plus: yes, pub: yes, quest: yes, red: yes, rest: yes, run: yes, ski: yes, skin: yes, social: yes, solar: yes, uk: yes, uno: yes, us: yes, vegas: yes, vision: yes, watch: yes, world: yes, xyz: yes, zip: yes, zone: yes}

Extending #

To set own grades or/and own "domain suitablitity filter" use this table:

and the folder src/suitabilities.

Welcome #

This package is open-source, stable and well-tested. Development happens on GitHub. Feel free to report issues or create a pull-request there.

General questions are best asked on StackOverflow.

0
likes
0
pub points
0%
popularity

Publisher

verified publishersyrokomskyi.com

What purposes a TLD (Top Level Domain) can be used for. Appraises the domain name.

Repository (GitHub)
View/report issues

Topics

#domain #names #expert #internet #tools

License

unknown (LICENSE)

More

Packages that depend on domain_aim