Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 694 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 694 Bytes

Currency

Alfred Workflow Currency Exchange. Convert any currency to CNY.

API

The free API is from jisuapi.com

Please apply from here: https://www.jisuapi.com/api/exchange/

Then fill in the appkey in Alfred Workflows Environment Variables. app_key

Usage

usd 100

usd

jpy 1000

jpy

Press enter than the result will copy to you clipboard.

Customize

Here is the code in workflow editor.

python3 Calculate.py THB CNY $1

You can convert any currency to another by modify the Script text field, like THB to CNY.

customize