-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from martinzuern/fixed-api
Changed API endpoint
- Loading branch information
Showing
5 changed files
with
62 additions
and
119 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,42 @@ | ||
Currency Converter for Alfred App | ||
========= | ||
# Currency Converter for Alfred App | ||
|
||
Currency Converter is a workflow for Alfred App on Mac. | ||
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: | ||
> 30USD to EUR | ||
|
||
The default currency is DKK (can be changed) so the following will convert from USD to DKK: | ||
> 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: | ||
|
||
> 30USD | ||
Another shorthand is: | ||
|
||
> 30$ to € | ||
And even shorter: | ||
And even shorter: | ||
|
||
> 30$ € | ||
Installation | ||
========= | ||
[Download](https://github.com/sqren/alfred-currency/raw/master/Currency%20Converter.alfredworkflow) and open the workflow file | ||
All exchange rates come from [exchangeratesapi.io](https://exchangeratesapi.io/). | ||
|
||
## Usage | ||
|
||
The alfred command is `c`, and hitting return will copy the converted currency value to the clipboard. | ||
|
||
## Installation | ||
|
||
[Download](./Currency%20Converter.alfredworkflow) and open the workflow file. | ||
|
||
## Requirements | ||
|
||
Requirements | ||
========= | ||
You must installed: | ||
You must installed: | ||
|
||
- [Alfred 2.0](http://www.alfredapp.com/) or higher | ||
- [Alfred PowerPack](http://www.alfredapp.com/powerpack/) | ||
|
||
## Author | ||
|
||
Author | ||
======= | ||
Søren Louv-Jansen, [Konscript](http://www.konscript.com) | ||
- Martin Zürn | ||
- [Remy sharp](https://remysharp.com) ([Repo](https://github.com/remy/alfred-currency)) | ||
- Søren Louv-Jansen, [Konscript](http://www.konscript.com) ([original author](https://github.com/sqren/alfred-currency)) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.