Coder Social home page Coder Social logo

randylien / coin-ticker-mode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eklitzke/coin-ticker-mode

0.0 1.0 0.0 123 KB

Emacs minor mode for showing the price of Bitcoin, Ethereum, and other cryptocurrencies.

License: GNU General Public License v3.0

Emacs Lisp 100.00%

coin-ticker-mode's Introduction

Melpa Status

Emacs coin-ticker-mode

This is an Emacs minor mode that can display a ticket with the price of Bitcoin, Ethereum, and other cryptocurrencies. Prices are fetched using the CoinMarketCap ticker API, which supports nearly every cryptocurrency.

Screenshot

Installation

You'll need Emacs 25 or later to use coin-ticker-mode.

The recommended way to get coin-ticker is as a package from the MELPA repository. The version of coin-ticker there will always be up-to-date.

Configuration

Your Emacs config should have some code like this:

(require 'coin-ticker)

;; Optional: Set the update interval, in seconds (default 300)
(setq coin-ticker-api-poll-interval 120)

;; Optional: Set the currency list (default is BTC and ETH)
(setq coin-ticker-syms '("BTC" "ETH" "LTC" "XPR"))

;; Optional: Just show prices (and no symbols)
(setq coin-ticker-show-syms nil)

;; Optional: Set the price unit to use (default is "USD")
(setq coin-ticker-price-convert "EUR")

;; Optional: Set the symbol used to display prices (default is "$")
(setq coin-ticker-price-symbol "")

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

License

This Emacs mode is free software, released under the GPLv3, like Emacs itself.

coin-ticker-mode's People

Contributors

eklitzke avatar randylien avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.