Skip to content

Commit 95656cf

Browse files
authored
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.
1 parent 7de8538 commit 95656cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ For information on contributing to this project, please see the [contributing gu
4040
* [Sports & Fitness](#sports--fitness)
4141
* [Transportation](#transportation)
4242
* [University](#university)
43+
* [Utilities](#utilities)
4344
* [Vehicle](#vehicle)
4445
* [Video](#video)
4546
* [Weather](#weather)
@@ -469,6 +470,12 @@ For information on contributing to this project, please see the [contributing gu
469470
|---|---|---|---|---|
470471
| Universities List | University names, countries and domains| No | Yes | [Go!](https://github.com/Hipo/university-domains-list) |
471472

473+
### Utilities
474+
475+
| API | Description | Auth | HTTPS | Link |
476+
|---|---|---|---|---|
477+
| 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/) |
478+
472479
### Vehicle
473480

474481
| API | Description | Auth | HTTPS | Link |

0 commit comments

Comments
 (0)