https://github.com/jeppestaerk/alfred-currency-conversion
Alfred 4 Workflow - See foreign exchange rates and currency conversion
https://github.com/jeppestaerk/alfred-currency-conversion
alfred alfred-workflow alfred4 alfred4-workflow alfredworkflow alfy currency-conversion currency-converter currency-exchange-rates currency-rates
Last synced: about 1 month ago
JSON representation
Alfred 4 Workflow - See foreign exchange rates and currency conversion
- Host: GitHub
- URL: https://github.com/jeppestaerk/alfred-currency-conversion
- Owner: jeppestaerk
- License: mit
- Created: 2018-02-23T19:57:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T05:20:16.000Z (about 3 years ago)
- Last Synced: 2025-03-30T01:11:19.282Z (about 1 month ago)
- Topics: alfred, alfred-workflow, alfred4, alfred4-workflow, alfredworkflow, alfy, currency-conversion, currency-converter, currency-exchange-rates, currency-rates
- Language: JavaScript
- Homepage:
- Size: 6.36 MB
- Stars: 177
- Watchers: 4
- Forks: 24
- Open Issues: 19
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- alfred-workflows - Currency Conversion - See foreign exchange rates and currency conversion. (Utility)
README
# alfred-currency-conversion
> Alfred 4 Workflow - See foreign exchange rates and currency conversion
[](https://travis-ci.org/jeppestaerk/alfred-currency-conversion) [](https://www.npmjs.com/package/alfred-currency-conversion) [](https://github.com/jeppestaerk/alfred-currency-conversion/releases/latest)
## Install
Use `npm`
```
$ npm install --global alfred-currency-conversion
```
or download `alfredworkflow` file from [releases](https://github.com/jeppestaerk/alfred-currency-conversion/releases/latest)*Requires [Node.js](https://nodejs.org) 8+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*
## Highlights
- Set your own base currency (default `EUR`)
- Currencies: `AED`, `AUD`, `BGN`, `BRL`, `CAD`, `CHF`, `CNY`, `COP`, `CZK`, `DKK`, `EUR`, `GBP`, `HKD`, `HRK`, `HUF`, `IDR`, `ILS`, `INR`, `ISK`, `JPY`, `KRW`, `MXN`, `MYR`, `NOK`, `NZD`, `PHP`, `PLN`, `RON`, `RSD`, `RUB`, `SEK`, `SGD`, `THB`, `TRY`, `UAH`, `USD`, `VND`, and `ZAR`
- Auto update rates at 4PM CET on working days
- Input support locale numbers
- Input support for $ (`USD`), € (`EUR`), £ (`GBP`), ¥ (`JPY`), ₩ (`KRW`), ₽ (`RUB`), and ₹ (`INR`)
- Set your own favorite currency list
- Outputs dates and numbers in locale## Usage
In Alfred, type `curcon`, ⏎, and your amount.
## Contributions
Please feel free to create a PR and/or make a code review!
## To do
- [x] ~~Only update rates on working days~~
- [x] ~~Update to work with Alfred 4~~
- [x] ~~Find a free replacement for fixer.io~~
- [ ] Refactor code
- [ ] *Your idea here*## Credits
* [alfy](https://github.com/sindresorhus/alfy) made by [Sindre Sorhus](https://sindresorhus.com/) is licensed by [MIT](https://github.com/sindresorhus/alfy/blob/master/license)
* [os-locale](https://github.com/sindresorhus/os-locale) made by [Sindre Sorhus](https://sindresorhus.com/) is licensed by [MIT](https://github.com/sindresorhus/os-locale/blob/master/license)
* Currency rates from [exchangerate-api.com](https://www.exchangerate-api.com/) via `https://api.exchangerate-api.com/v4` (exchange rate data is updated once every 24 hours)
* Icons made by [Freepik](http://www.freepik.com) from [www.flaticon.com](https://www.flaticon.com/packs/countrys-flags) is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/)## License
MIT © [Jeppe Stærk](https://staerk.io)