Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nyg/js-fetch

Simple wrapper around the Javascript Fetch API.
https://github.com/nyg/js-fetch

any-origin cors cors-anywhere fetch-api jsonp

Last synced: 11 days ago
JSON representation

Simple wrapper around the Javascript Fetch API.

Awesome Lists containing this project

README

        

# js-fetch

## Description

`js-fetch` is a basic wrapper around the Javascript Fetch API. At the moment, its main use is for retrieving JSON from external URLs (using [cors-anywhere.herokuapp.com](https://cors-anywhere.herokuapp.com)).

## Examples

Code examples can be found in tests/tests.html. Live examples [here](https://nyg.github.io/js-fetch/tests/tests.html).

## Use

[jsDelivr](https://www.jsdelivr.com) can be used to serve a specific version (see [tags](https://github.com/nyg/js-fetch/tags) for version numbers):

```html

```