Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/niedbalski/emacs-btc-ticker
- Owner: niedbalski
- Created: 2014-01-21T20:26:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T16:47:21.000Z (over 2 years ago)
- Last Synced: 2024-10-15T08:33:07.502Z (3 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 30.3 KB
- Stars: 8
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)