hyper-crypto-price

0.0.1 • Public • Published

hyper-crypto-price

Crypto Price Plugin for Hyper. Shows a configurable list of crypto coin prices.

This idea was based of hyper-statusline plugin created by henrikdahl

hyper-crypto-coin

Install

Add the following to your ~/.hyper.js config.

module.exports = {
  // other configs
  
  ...
  plugins: ['hyper-crypto-price'],
  ...
}

Config

To control which coins are displayed you will need to enter the full coin name and not just the ticker. This can be done by providing a list of coin names to the config file like so:

Add the following to your ~/hyper.js config.

module.exports = {
  config: {
    ...
      hyperCryptoPrice: {
            'coins': ['bitcoin', 'iota', 'neo'],
            'refreshRate': 5000
      }
    ...
  }
}

/hyper-crypto-price/

    Package Sidebar

    Install

    npm i hyper-crypto-price

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    11.7 kB

    Total Files

    4

    Last publish

    Collaborators

    • nexidian