2.0.2 • Published 5 years ago

@pown/whoami v2.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Follow on Twitter NPM Fury

Pown WhoAmI

Quickly identify social networking accounts and more.

Credits

This tool is part of secapps.com open-source initiative.

  ___ ___ ___   _   ___ ___  ___
 / __| __/ __| /_\ | _ \ _ \/ __|
 \__ \ _| (__ / _ \|  _/  _/\__ \
 |___/___\___/_/ \_\_| |_|  |___/
  https://secapps.com

Quickstart

This tool is meant to be used as part of Pown.js but it can be invoked separately as an independent tool.

Install Pown first as usual:

$ npm install -g pown@latest

Invoke directly from Pown:

$ pown whoami

Otherwise, install this module locally from the root of your project:

$ npm install @pown/whoami --save

Once done, invoke pown cli:

$ ./node_modules/.bin/pown-cli whoami

You can also use the global pown to invoke the tool locally:

$ POWN_ROOT=. pown whoami