/alfred-currency

Workflow for Alfred to quickly lookup and convert currencies

Primary LanguagePHP

Currency Converter for Alfred App

Currency Converter is a workflow for Alfred App on Mac. This is based on the Google currency conversion syntax, such as 30 USD in GBP.

The basic way to use the converter is to call Alfred with:

c 30 USD in EUR

Note that in and to are interchangable. The default currency is GBP (can be changed) so the following will convert from USD to GBP:

c 30USD

c $30

Another shorthand is:

c 30$ to €

And even shorter:

c 30$ €

Installation

Download and open the workflow file.

Change the DEFAULT_CURRENCY with your own preference, if desired.

(Recommended) Set up API key

This will avoid some common workflow errors.

  1. Create a free account at https://exchangerate-api.com

  2. Create an API key at https://app.exchangerate-api.com/keys

  3. Open the workflow and click "Configure workflow and variables"1650475087316.png

  4. Set up API_KEY with your own key

    1650475216216.png

Requirements

Authors