Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/niedbalski/emacs-btc-ticker

Emacs extension to display current bitcoin price on the mode-line
https://github.com/niedbalski/emacs-btc-ticker

Last synced: about 1 month ago
JSON representation

Emacs extension to display current bitcoin price on the mode-line

Awesome Lists containing this project

README

        

Emacs btc-ticker-mode
=====================

Emacs minor-mode to display current Bitcoin price on the
mode-line.

![Screenshot](https://github.com/pennersr/emacs-btc-ticker/blob/master/screenshot.png?raw=true)

Installation
------------

Your .emacs file should looks like:

(require 'btc-ticker)

;;Optional: You can setup the fetch interval
;;default: 10 secs
(setq btc-ticker-api-poll-interval 10)

;;Enable btc-ticker-mode
(btc-ticker-mode 1)