Skip to content

mvinoba/hypercrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hypercrypto npm

A cryptocurrency status line plugin for Hyper. It displays a chosen cryptocurrency's price and 24h percentage changes.

All the data comes from coinmarketcap API.

Installation

Edit ~.hyper.js adding 'hypercrypto' to plugins:

module.exports = {
  ...
  plugins: ['hypercrypto']
  ...
}

or, if you are using the plugin manager hpm-cli:

hpm i hypercrypto

Configuration

Bitcoin is the default hypercrypto's currency, to change it you can edit the configuration json file at .hyper_plugins/node_modules/hypercrypto/coin.json. For example, changing it to Monero would mean editing the json to:

{
  "coin": "monero"
}

About

Cryptocurrency status line for Hyper Terminal

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published