Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

realtor

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

realtor

Check to see username availability across different websites.

  • 0.0.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

realtor

Check to see username availability across different websites.

Install as a command line tool:

$ npm install -g realtor
$ realtor my_username
instagram    [TAKEN]  http://instagram.com/my_username
gmail        [TAKEN]  https://www.google.com/accounts/CheckAvailability?Email=my_username
facebook     [UNUSED] https://www.facebook.com/my_username
reddit       [TAKEN]  http://www.reddit.com/user/my_username
pinterest    [UNUSED] http://pinterest.com/my_username/
twitter      [TAKEN]  https://twitter.com/my_username
github       [UNUSED] https://github.com/my_username
hackernews   [UNUSED] https://news.ycombinator.com/user?id=my_username

Or as a module:

npm install realtor
var realtor = require('realtor')
var username = 'my_username';
realtor.twitter(username, function (err, available, url) {
	console.log(username, available ? 'is' : 'is not', 'available.');
});

Available services:

  • twitter
  • facebook
  • gmail
  • reddit
  • hackernews
  • github
  • instagram
  • pinterest

Keywords

FAQs

Package last updated on 20 Nov 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc