Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferRisa committed Jan 12, 2023
1 parent 0e50f72 commit 7841b49
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,38 @@
# Wox Currency plugin
A smart and easy currency converting for WOX using natural speech like google search.
# Wox Currency Converter plugin

Convert any currency quickly & easily with the Wox smart currency converter - perfect for travelers, business professionals and personal use. It also support converting Bitcoin!

## Smart
The plugin auto convert based on localization.
![Displaying that the plugin detects the local currency and convert accordingly](https://raw.githubusercontent.com/KristofferRisa/Wox.Plugin.Currency/master/images/currency-demo-short.png "short")

The plugin tries to convert based predifened localization setting.

![Displaying that the plugin detects the local currency and convert accordingly](https://raw.githubusercontent.com/KristofferRisa/Wox.Plugin.Currency/master/images/currency-demo-short.png "short")

## Easy

Use natural speech.

![Displaying example of convertering plugin using long format](https://raw.githubusercontent.com/KristofferRisa/Wox.Plugin.Currency/master/images/currency-demo-long.png "long")

## Ussage
* [Amount] [currency] = 10 usd

* [Amount] [currency] in [currency] = 10 [currency] in [local_currency]
* [Amount] [currency]

## WOX
For more info se [wox's github repo](https://github.com/Wox-launcher/Wox) or go visit the [homepage](http://www.getwox.com/).
* [Amount] [currency] *in* [currency]

## Currency API
* *clear*
(this command clears the local cache.)

## Wox-launcher

Uses [fixer.io API](http://fixer.io), see [github repo](https://github.com/hakanensari/fixer-io)
For more info see [GitHub repo](https://github.com/Wox-launcher/Wox) or go visit the [homepage](http://wox.one/).

## Currency API

The plugin uses [frankfurter.app](https://frankfurter.app/) currency API and [coindeks](https://api.coindesk.com/v1/bpi/currentprice/USD.json) API for the bitcoin price.

## Contribute
### How to debug

1. checkout from master branch
2. put you plugin source code folder under Wox\Plugins
3. run vs
4. run debugger
3. run debugger i editor

0 comments on commit 7841b49

Please sign in to comment.