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

https://github.com/erickgnavar/helm-coinmarketcap

Search cryptocurrency prices using Coinmarketcap and show them with helm
https://github.com/erickgnavar/helm-coinmarketcap

coinmarketcap emacs emacs-helm emacs-lisp

Last synced: 7 months ago
JSON representation

Search cryptocurrency prices using Coinmarketcap and show them with helm

Awesome Lists containing this project

README

          

# helm-coinmarketcap.el

## Usage

`M-x helm-coinmarketcap`

### Configuration

Change the variable `helm-coin-currency` to show the price in the desired currency.

```emacs-lisp
(setq helm-coinmarketcap-currency "PEN")
```

### Actions

- Open coin page in Coinmarketcap.
- Fetch json data from Coinmarketcap api and open a buffer with this data.