From 95656cf7cb33eb83bde32f6e9daa092cf3aed110 Mon Sep 17 00:00:00 2001 From: Fotis Evangelou Date: Mon, 3 Apr 2017 10:17:27 +0300 Subject: [PATCH 1/3] Added Utilities section & the first service for it (JSON 2 JSONP) Sometimes a service may not provide its data directly in JSONP for use with client-side JS. This high-availability service (already serving more than 7m requests monthly) can assist in converting data output in JSON to JSONP. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0a6af2bc..57e67f9c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ For information on contributing to this project, please see the [contributing gu * [Sports & Fitness](#sports--fitness) * [Transportation](#transportation) * [University](#university) +* [Utilities](#utilities) * [Vehicle](#vehicle) * [Video](#video) * [Weather](#weather) @@ -469,6 +470,12 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | Universities List | University names, countries and domains| No | Yes | [Go!](https://github.com/Hipo/university-domains-list) | +### Utilities + +| API | Description | Auth | HTTPS | Link | +|---|---|---|---|---| +| Utilities List | JSON 2 JSONP - Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using pure JavaScript | No | Yes | [Go!](https://json2jsonp.com/) | + ### Vehicle | API | Description | Auth | HTTPS | Link | From 11a5f46b00212e2aad4d7e9a6b56ad7f56396499 Mon Sep 17 00:00:00 2001 From: Fotis Evangelou Date: Mon, 3 Apr 2017 10:22:55 +0300 Subject: [PATCH 2/3] Minor entry update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57e67f9c..d12a12a4 100644 --- a/README.md +++ b/README.md @@ -474,7 +474,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Utilities List | JSON 2 JSONP - Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using pure JavaScript | No | Yes | [Go!](https://json2jsonp.com/) | +| JSON 2 JSONP | Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript | No | Yes | [Go!](https://json2jsonp.com/) | ### Vehicle From c24824a8d0cd7cef401a8347a550b13e7230fda3 Mon Sep 17 00:00:00 2001 From: Fotis Evangelou Date: Mon, 3 Apr 2017 10:25:13 +0300 Subject: [PATCH 3/3] Moved to "Development" --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index d12a12a4..baa64f5e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ For information on contributing to this project, please see the [contributing gu * [Sports & Fitness](#sports--fitness) * [Transportation](#transportation) * [University](#university) -* [Utilities](#utilities) * [Vehicle](#vehicle) * [Video](#video) * [Weather](#weather) @@ -169,6 +168,7 @@ For information on contributing to this project, please see the [contributing gu | Gitter | Chat for GitHub | `OAuth` | Yes | [Go!](https://developer.gitter.im/docs/welcome) | | Hipster Ipsum | Generates Hipster Ipsum text | No | No | [Go!](http://hipsterjesus.com/) | | IPify | A simple IP Address API | No | Yes | [Go!](https://www.ipify.org/) | +| JSON 2 JSONP | Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript | No | Yes | [Go!](https://json2jsonp.com/) | | JSONPlaceholder | Fake data for testing and prototyping | No | No | [Go!](http://jsonplaceholder.typicode.com/) | | LiveEdu | Live Coding Streaming | `OAuth` | Yes | [Go!](https://www.liveedu.tv/developer/applications/) | | Lorem Text | Generates Lorem Ipsum text | `X-Mashape-Key` as header | Yes | [Go!](https://market.mashape.com/montanaflynn/lorem-text-generator) | @@ -470,12 +470,6 @@ For information on contributing to this project, please see the [contributing gu |---|---|---|---|---| | Universities List | University names, countries and domains| No | Yes | [Go!](https://github.com/Hipo/university-domains-list) | -### Utilities - -| API | Description | Auth | HTTPS | Link | -|---|---|---|---|---| -| JSON 2 JSONP | Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript | No | Yes | [Go!](https://json2jsonp.com/) | - ### Vehicle | API | Description | Auth | HTTPS | Link |