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
- Host: GitHub
- URL: https://github.com/erickgnavar/helm-coinmarketcap
- Owner: erickgnavar
- License: gpl-3.0
- Created: 2018-03-17T19:22:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T06:27:54.000Z (over 7 years ago)
- Last Synced: 2025-01-30T15:41:24.704Z (8 months ago)
- Topics: coinmarketcap, emacs, emacs-helm, emacs-lisp
- Language: Emacs Lisp
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.