Gamote / alfred-cointmarketcap

Alfred Workflow to find the price of a coin in a specific currency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alfred CoinMarketCap

Alfred workflow for quick currencies conversion using CoinMarketCap API.

Alfred CoinMarketCap screenshot

Pre-Requisites

Instalation

  1. Download the CoinMarketCap.alfredworkflow file found on the Releases page.
  2. Double click on the file and adjust the environment variables with your details
    API_KEY="YOUR_KEY"
    DEFAULT_CURRENCY="YOUR_USD"
    
  3. Press Import and your good to go.

How to use

  • cmc btc - Convert 1 Bitcoin to the default currency. If no default currency was specified USD will be used
  • cmc btc eur - Convert 1 Bitcoin to specified currency (Euro in this case)
  • cmc 1.5 btc eur - Specify a specific amount to convert

For all the variants you can:

  • Hit to copy the result to clipboard
  • Hold key and hit to open CoinMarketCap website on selected coin

Credits

This repo is a pawelgrzybek/alfred-cointmarketcap fork.

About

Alfred Workflow to find the price of a coin in a specific currency


Languages

Language:TypeScript 100.0%