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.
- Host: GitHub
- URL: https://github.com/tcd/cloudflare-images-app
- Owner: tcd
- Created: 2022-08-01T14:44:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-10T16:18:43.000Z (almost 4 years ago)
- Last Synced: 2025-02-22T12:42:45.070Z (over 1 year ago)
- Language: TypeScript
- Size: 2.42 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.