From 3f76dc61a6d745d0e0d90195109812f2416e8652 Mon Sep 17 00:00:00 2001 From: Mitul Patel Date: Sat, 27 Jan 2018 22:35:42 -0500 Subject: [PATCH 1/3] Update - added more crypto currency exhcnages --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4eb9f648..f5baa2fe 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,8 @@ API | Description | Auth | HTTPS | CORS | Link | | Cryptonator | Cryptocurrencies Exchange Rates | No | Yes | Unknown | [Go!](https://www.cryptonator.com/api/) | | GDAX | Cryptocurrency Trading Platform | `apiKey` | Yes | Unknown | [Go!](https://docs.gdax.com/#api) | | MercadoBitcoin | Brazilian Cryptocurrency Information | No | Yes | Unknown | [Go!](https://www.mercadobitcoin.net/api-doc/) | +| Nexchange | Automated cryptocurrency exchange service | No | No | Yes | [Go!](https://nexchange2.docs.apiary.io/) | +| Poloniex | US-based digital asset exchange | `apiKey` | Yes | No | No | [Go!](https://poloniex.com/support/api/) | ### Currency Exchange API | Description | Auth | HTTPS | CORS | Link | @@ -237,8 +239,8 @@ API | Description | Auth | HTTPS | CORS | Link | | Pocket | Bookmarking service | `OAuth` | Yes | Unknown | [Go!](https://getpocket.com/developer/) | | PrexView | Data from XML or JSON to PDF, HTML or Image | `apiKey` | Yes | Unknown | [Go!](https://prexview.com) | | Restpack | Provides screenshot, HTML to PDF, and content extraction APIs | `apiKey` | Yes | Unknown | [Go!](https://restpack.io/) | -| Todoist | Todo Lists | `OAuth` | Yes | Unknown | [Go!](https://developer.todoist.com) | -| Vector Express | Free vector file converting API | No | No | Yes | [Go!](http://vector.express) | +| Todoist | Todo Lists | `OAuth` | Yes | Unknown | [Go!](https://developer.todoist.com) | +| Vector Express | Free vector file converting API | No | No | Yes | [Go!](http://vector.express) | | Wunderlist | Todo Lists | `OAuth` | Yes | Unknown | [Go!](https://developer.wunderlist.com/documentation) | ### Environment From e00fd58be762e23963a18afcd713794f755ceb82 Mon Sep 17 00:00:00 2001 From: Mitul Patel Date: Sun, 28 Jan 2018 19:19:38 -0500 Subject: [PATCH 2/3] fix formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5baa2fe..cb4ed7a3 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ API | Description | Auth | HTTPS | CORS | Link | | GDAX | Cryptocurrency Trading Platform | `apiKey` | Yes | Unknown | [Go!](https://docs.gdax.com/#api) | | MercadoBitcoin | Brazilian Cryptocurrency Information | No | Yes | Unknown | [Go!](https://www.mercadobitcoin.net/api-doc/) | | Nexchange | Automated cryptocurrency exchange service | No | No | Yes | [Go!](https://nexchange2.docs.apiary.io/) | -| Poloniex | US-based digital asset exchange | `apiKey` | Yes | No | No | [Go!](https://poloniex.com/support/api/) | +| Poloniex | US based digital asset exchange | `apiKey` | Yes | No | Unknown | [Go!](https://poloniex.com/support/api/) | ### Currency Exchange API | Description | Auth | HTTPS | CORS | Link | From fd0d7cd08ef13a2f8930cad2b1d6e83b71025aab Mon Sep 17 00:00:00 2001 From: Mitul Patel Date: Mon, 29 Jan 2018 09:14:54 -0500 Subject: [PATCH 3/3] fix removed extra No --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb4ed7a3..0b213309 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ API | Description | Auth | HTTPS | CORS | Link | | GDAX | Cryptocurrency Trading Platform | `apiKey` | Yes | Unknown | [Go!](https://docs.gdax.com/#api) | | MercadoBitcoin | Brazilian Cryptocurrency Information | No | Yes | Unknown | [Go!](https://www.mercadobitcoin.net/api-doc/) | | Nexchange | Automated cryptocurrency exchange service | No | No | Yes | [Go!](https://nexchange2.docs.apiary.io/) | -| Poloniex | US based digital asset exchange | `apiKey` | Yes | No | Unknown | [Go!](https://poloniex.com/support/api/) | +| Poloniex | US based digital asset exchange | `apiKey` | Yes | Unknown | [Go!](https://poloniex.com/support/api/) | ### Currency Exchange API | Description | Auth | HTTPS | CORS | Link |