https://github.com/dmotz/gimme
Simple command line utility that takes a name and shows domain and twitter availability.
https://github.com/dmotz/gimme
cli node nodejs
Last synced: 10 months ago
JSON representation
Simple command line utility that takes a name and shows domain and twitter availability.
- Host: GitHub
- URL: https://github.com/dmotz/gimme
- Owner: dmotz
- Created: 2011-07-16T06:03:34.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-30T17:38:51.000Z (almost 15 years ago)
- Last Synced: 2025-05-08T21:16:39.188Z (about 1 year ago)
- Topics: cli, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 103 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gimme
Cut through the cruft of whois.
Simple command line utility that takes a name and shows domain and twitter availability.
Requires node.js and npm. Uses twitter.com and instantdomainsearch.com for data.
### Installation:
$ npm install -g gimme
### Usage:
$ gimme example
or with an extension:
$ gimme example.com
Outputs:
NO example.com
NO example.net
NO example.org
NO example.biz
NO example.mobi
NO twitter.com/example
(your name might have better luck.)