@blocker/steem-config

1.3.2 • Public • Published

@blocker/steem-config

Steem-JS Configuration Layer.

Install

yarn add @blocker/steem-config
# or
npm install @blocker/steem-config

Usage

// import classes from the package.
const { Config, Application } = require('@blocker/steem-config')

// application information container.
const app = new Application({
  id: 'utopian',
  version: '2.0.0',
  label: 'Utopian',
  homepage: 'https://utopian.io'
})

// configuration instance.
const config = new Config({
  apiURL: 'https://api.steemit.com',
  cache: true,
  app: app
})

Package Sidebar

Install

npm i @blocker/steem-config

Weekly Downloads

3

Version

1.3.2

License

MIT

Unpacked Size

14.4 kB

Total Files

17

Last publish

Collaborators

  • hernandev
  • vinicius-reis