1.1.0 • Published 4 years ago

huntdown.js v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Hunt down media

Package use to hunt down someone by username, will return a list of website with the username.

Installation

This is a Node.js module available through the npm registry.

$ npm install huntdown.js 

Usage

const HuntDown = require("huntdown.js");

console.log(HuntDown("username"))

/* Return
[
  'https://2Dimensions.com/a/username',
  'http://forum.3dnews.ru/member.php?username=username',
  'https://www.7cups.com/@username',
  ... 200+ more items
]
*/

Feature

  • 293 Sites and more soon !
1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago