Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 412 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 412 Bytes

Meetup Proxy

A Cloudflare Worker that proxies requests to the Meetup API and adds a cross-origin header to allow fetches from the web.

Development

Use Cloudflare's wrangler cli to launch a development server.

npm install
npx wrangler dev

Note: You can use the "local mode" to avoid logging into an account.

Deployment

Use Cloudflare's wrangler cli to deploy.

npx wrangler publish