Skip to content

Commit d24bc46

Browse files
committed
Update readme
1 parent 07d80f3 commit d24bc46

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[![SIZE-LAYERS](https://images.microbadger.com/badges/image/meio/go-swap-server.svg)](https://microbadger.com/images/meio/go-swap-server)
1414
[![Pulls](https://shields.beevelop.com/docker/pulls/meio/go-swap-server.svg?style=flat-square)](https://hub.docker.com/r/meio/go-swap-server)
1515

16-
Swap allows you to retrieve currency exchange rates from various services such as **[Fixer](https://fixer.io)**, **[CurrencyLayer](https://currencylayer.com)** or **[1Forge](https://1forge.com)**
16+
Swap allows you to retrieve currency exchange rates from various services such as **[Google](https://google.com)**, **[Yahoo](https://yahoo.com)**, **[Fixer](https://fixer.io)**, **[CurrencyLayer](https://currencylayer.com)** or **[1Forge](https://1forge.com)**
1717
and optionally cache the results.
1818

1919
## Playground
@@ -27,7 +27,7 @@ and optionally cache the results.
2727
#### /GET Examples for single exchanger:
2828
- [GET /convert?from=USD&to=AED&amount=2&exchanger=yahoo](https://go-swap-server.herokuapp.com/convert?from=USD&to=AED&amount=100&exchanger=yahoo)
2929
- [GET /convert?from=EUR&to=GBP&amount=1&exchanger=google](https://go-swap-server.herokuapp.com/convert?from=EUR&to=GBP&amount=100&exchanger=google)
30-
- [GET /convert?from=EUR&to=GBP&amount=1&exchanger=themoneyconverter](https://go-swap-server.herokuapp.com/convert?from=EUR&to=GBP&amount=100&exchanger=themoneyconverter)
30+
- [GET /convert?from=USD&to=SAR&amount=1&exchanger=themoneyconverter](https://go-swap-server.herokuapp.com/convert?from=USD&to=SAR&amount=100&exchanger=themoneyconverter)
3131

3232
#### /POST Examples for single or multi exchanger:
3333
- CURL examples:
@@ -119,15 +119,15 @@ The documentation for the current branch can be found [here](#documentation).
119119

120120

121121
## Services
122-
|Exchanger|type|#|$|
123-
|:---|:----|:---|:---|
124-
|[Google][1]|HTML / Regex|:heavy_check_mark:|Free|
125-
|[Yahoo][2]|JSON / API|:heavy_check_mark:|Free|
126-
|[Currency Layer][3]|JSON / API| :heavy_check_mark: |Paid - ApiKey|
127-
|[Fixer.io][4]|JSON / API| :heavy_check_mark: |Paid - ApiKey|
128-
|[1forge][7]|API| :heavy_check_mark: |Freemium / Paid - ApiKey|
129-
|[The Money Converter][5]|HTML / Regex| :heavy_check_mark: |Free|
130-
|[Open Exchange Rates][6]|API| :heavy_check_mark: |Freemium / Paid - ApiKey|
122+
|Exchanger |type |# |$|
123+
|:--- |:---- |:--- |:---|
124+
|[Google][1] |HTML / Regex |:heavy_check_mark: |Free|
125+
|[Yahoo][2] |JSON / API |:heavy_check_mark: |Free|
126+
|[Currency Layer][3] |JSON / API |:heavy_check_mark: |Paid - ApiKey|
127+
|[Fixer.io][4] |JSON / API |:heavy_check_mark: |Paid - ApiKey|
128+
|[1forge][7] |API |:heavy_check_mark: |Freemium / Paid - ApiKey|
129+
|[The Money Converter][5] |HTML / Regex |:heavy_check_mark: |Free|
130+
|[Open Exchange Rates][6] |API |:heavy_check_mark: |Freemium / Paid - ApiKey|
131131

132132
[1]: //google.com
133133
[2]: //yahoo.com
@@ -146,14 +146,14 @@ The documentation for the current branch can be found [here](#documentation).
146146
- [x] code coverage
147147
- [x] get routes for single provider
148148
- [x] validate currency from a list before request
149-
- [ ] panic to json error
149+
- [ ] convert panic to api json error
150150
- [ ] increase tests
151151
- [ ] goreleaser
152152
- [ ] verbose logging
153153
- [ ] godoc
154154
- [ ] static bundle public folder `./cmd/server/public`
155155
- [ ] v 1.0.0 release ( docker / binary github / homebrew mac )
156-
- [ ] Benchmark & Performance optimization ` memory leak`
156+
- [ ] benchmark & performance optimization ` memory leak`
157157
- [ ] contributors list
158158

159159
## Contributing

0 commit comments

Comments
 (0)