godaddy-domain-checker

Description

  • Check whether a domain is available or not on godaddy.com.

Usage

godaddy-domain-checker.sh [DOMAIN TO QUERY]

Development

  • Requires a godaddy developer key, which you can get here.
    Note: Demo works without a key, as it is set as a hidden environment variable in replit, however if you implement it yourself just get the key and add the followingvariables at the top of the script:
API_KEY="[API_KEY]"
SECRET="[API_SECRET]"

Demo

Source

Github

npm-binary-search

Description

Searches npm registry for input query arg ($1) and returns global/binary-containing modules in an organized (sorted) table of results.

Usage

npm-binary-search [query]

Flags

-h, --help Show this help message

Config

Config file is generated at $HOME/.config/npm-bin-search/out_props.config.
To set properties you want to be printed in output, add them to the output_props.config file.

Example file:

repository_url
description
[etc...]

Demo

Source

Github