Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).