bitcoin-status-bar

Bitcoin status bar for Atom.io editor

afj176

472

4

1.0.0

MIT

GitHub

This package consumes the following services:

Bitcoin Status Bar

Display bitcoin conversion in Atom status bar.

Bitcoin Status Bar ScreenShot

##Installing

  1. Go to Atom -> Preferences...
  2. Then select the Packages tab
  3. Enter bitcoin-status-bar in the search box

Using apm

$ apm install bitcoin-status-bar

Install using Git

Alternatively, if you are a git user, you can install the package and keep up to date by cloning the repo directly into your ~/.atom/packages directory.

$ git clone https://github.com/afj176/bitcoin-status-bar/ ~/.atom/packages/bitcoin-status-bar

Download Manually

  1. Download the files using the GitHub .zip download option and unzip them
  2. Move the bitcoin-status-bar folder to ~/.atom/packages

Usage

Display your local bitcoin rate in your status bar.

Plugin settings page

To access the Bitcoin Status Bar Settings:

  1. Go to Atom -> Preferences... or cmd-,
  2. In the Filter Packages type bitcoin-status-bar

Settings

Bitcoin Status Bar has 5 settings that can be edited:

  1. Code | default:USD
  2. Currency | default:on
  3. Display | default: left
  4. Icon | default:atom://bitcoin-status-bar/styles/bitcoin.svg
  5. Refresh | default: 61 (if zero minutes only refreshes when open/close windows or trigger refresh)

Commands

The following commands are available and are keyboard shortcuts.

Flex Tool Bar integration (optional)

Bitcoin Status Bar ScreenShot

Follow instructions for Flex Tool Bar

then add to ~/atom/toolbar.json

[
  {
    "type": "button",
    "icon": "btc",
    "tooltip": "Bitcoin",
    "iconset": "fa",
    "callback": "bitcoin-status-bar:toggle",
    "style": {
      "color": "#f1c300"
    }
  },
  //....... other buttons
]

Feel free fork, contribute, to open an issue to discuss potential features to add or improve.