domain_price 0.1.0
domain_price: ^0.1.0 copied to clipboard
Calculate an estimated price for domain name.
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
License #
MIT
TODO #
- Example with own price table.