Commit 95656cf7 authored by Fotis Evangelou's avatar Fotis Evangelou Committed by GitHub
Browse files

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.
parent 7de85384
...@@ -40,6 +40,7 @@ For information on contributing to this project, please see the [contributing gu ...@@ -40,6 +40,7 @@ For information on contributing to this project, please see the [contributing gu
* [Sports & Fitness](#sports--fitness) * [Sports & Fitness](#sports--fitness)
* [Transportation](#transportation) * [Transportation](#transportation)
* [University](#university) * [University](#university)
* [Utilities](#utilities)
* [Vehicle](#vehicle) * [Vehicle](#vehicle)
* [Video](#video) * [Video](#video)
* [Weather](#weather) * [Weather](#weather)
...@@ -469,6 +470,12 @@ For information on contributing to this project, please see the [contributing gu ...@@ -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) | | 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 ### Vehicle
| API | Description | Auth | HTTPS | Link | | API | Description | Auth | HTTPS | Link |
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment