esdb-cli

1.0.1 • Public • Published

ESDB-CLI

Use this tool to create pull requests for new blacklist entries on EtherScamDB.

CLI Usage

npm install esdb-cli -g

(Create a new github access token at https://github.com/settings/tokens)

esdb --token=

esdb

That's it 🎉

API

You can also add new entries through an API:

npm install esdb-cli --save

const esdb = require('esdb-cli');

(async () => {
    await esdb(access_token, entry_object);
})();

(esdb returns a Promise, so either use async + await or .then())

Readme

Keywords

none

Package Sidebar

Install

npm i esdb-cli

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

6.44 kB

Total Files

6

Last publish

Collaborators

  • luit