domainspot

1.0.0 • Public • Published

DomainSpot

Lookup a domains name, price, and availability over NodeJS

lookup (async)

Main function for searching domains

    await lookup('thisisaverylongtest', ['com'])
    // Will return
    {
        "thisisaverylongtest.com": "$12/year",
        "averylongtest.com": "$12/year",
        "thisisalongtest.com": "$12/year"
    }
Parameter Type Description Required
domain String The name of the domain you are searching for. True
extensions String[] Extensions you would like to include in search. If none are specified, every extension will be used. False

Contributions

Package Sidebar

Install

npm i domainspot

Weekly Downloads

1

Version

1.0.0

License

Apache-2.0

Unpacked Size

15 kB

Total Files

4

Last publish

Collaborators

  • swimauger