UNPKG

weleakinfo-cli

Version:
42 lines (27 loc) 963 B
# weleakinfo-cli > Node utility for WeLeakInfo API ## Installation Clone this repository and install npm dependencies: ```sh npm i weleakinfo-cli ``` Go to WeLeakInfo.com and [register for an account](https://weleakinfo.com/register). Generate public/private API keys from We Leak Info's [API Dashboard](https://weleakinfo.com/api/overview): Create a `.env` file at project root with the either/both API keys: ```plaintext WELEAKINFO_PUBLIC=XXX WELEAKINFO_PRIVATE=XXX ``` ## Usage Launch the interactive CLI: ```sh weleakinfo ``` ## License MIT © [Daehee Park](https://github.com/daehee) [npm-image]: https://badge.fury.io/js/weleakinfo.svg [npm-url]: https://npmjs.org/package/weleakinfo [travis-image]: https://travis-ci.com/daehee/weleakinfo.svg?branch=master [travis-url]: https://travis-ci.com/daehee/weleakinfo [daviddm-image]: https://david-dm.org/daehee/weleakinfo.svg?theme=shields.io [daviddm-url]: https://david-dm.org/daehee/weleakinfo