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

https://github.com/mike-seagull/peck

checks to see if a domain is available
https://github.com/mike-seagull/peck

bluehost dns domain domain-peck domain-pecker dreamhost gandi go godaddy golang hostgator hover namecheap peck register whois

Last synced: 29 days ago
JSON representation

checks to see if a domain is available

Awesome Lists containing this project

README

          

peck
===
Checks a domain to see if it is available
___

![alt text](woodpecker.png "Woodpecker")

Exits 0 if the domain is available, else exits > 0

#### To check a domain
```domain_pecker $domain```

#### Lambda
It can also be used as a lambda function by providing an environment variable:

`IS_LAMBDA=true`

#### Development
To package for Lambda:

`go run mage.go package` or `mage package`