Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kristianfreeman/workers-unsplash-api
Serverless API for requesting images from Unsplash's API, designed for use with a React frontend
https://github.com/kristianfreeman/workers-unsplash-api
cloudflare cloudflare-workers serverless
Last synced: 3 months ago
JSON representation
Serverless API for requesting images from Unsplash's API, designed for use with a React frontend
- Host: GitHub
- URL: https://github.com/kristianfreeman/workers-unsplash-api
- Owner: kristianfreeman
- License: apache-2.0
- Created: 2021-02-05T20:06:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-09T20:50:44.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T17:01:01.678Z (10 months ago)
- Topics: cloudflare, cloudflare-workers, serverless
- Language: JavaScript
- Homepage: https://egghead.io/courses/build-a-serverless-api-with-cloudflare-workers-d67ca551
- Size: 9.77 KB
- Stars: 27
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 👷 `worker-template` Hello World
A template for kick starting a Cloudflare worker project.
[`index.js`](https://github.com/cloudflare/worker-template/blob/master/index.js) is the content of the Workers script.
#### Wrangler
To generate using [wrangler](https://github.com/cloudflare/wrangler)
```
wrangler generate projectname https://github.com/cloudflare/worker-template
```Further documentation for Wrangler can be found [here](https://developers.cloudflare.com/workers/tooling/wrangler).