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

https://github.com/tcd/cloudflare-images-app

Node server and React client for interacting with the Cloudflare Images API.
https://github.com/tcd/cloudflare-images-app

Last synced: 9 months ago
JSON representation

Node server and React client for interacting with the Cloudflare Images API.

Awesome Lists containing this project

README

          

# cloudflare-images-app

## What

Node server and React client for interacting with the Cloudflare Images API.

## Why

The Cloudflare Images API doesn't support requests from the browser (no CORS enabled),
so this project requires a client app **and** a server for API calls.
Thanks Cloudflare.