domain_price 0.1.2
domain_price: ^0.1.2 copied to clipboard
Calculate an estimated price for domain name. Appraising all top and some second-level domains.
Domain Price #
Package for appraising all top and some second-level domains.
Usage #
const dp = DomainPrice('mykid.academy');
print('Price for `${dp.domain}` is ${dp.endingPriceEuro} euro.');
Output:
Price for `mykid.academy` is 29 euro.
Sources #
- https://domains.google.com -> https://docs.google.com/spreadsheets/d/12v_r3ntwXvEAPXaWXm57Po_h8JmXnwx5vuzXeMSl7CM
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.
TODO #
- Example with own price table.