koeninger / template-registry

A simple API via a Worker that serves all the template content

Home Page:https://developers.cloudflare.com/workers/templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template Registry

This repo runs a simple API via a Worker that serves all the template content consumed by different services (e.g. our template gallery at developers.cloudflare.com/workers/templates).

API

The API is a Cloudflare Worker that lives in workers-site. That uses KV to store the toml/JS data and parses the data for the appropriate endpoints

Data

All the content that is served from the API lives in templates

To contribute see CONTRIBUTING

Get Started

To run for development

npm install
npm run start

Then in the Workers preview test a link like https://example.com/templates/ or https://example.com/templates/ab_testing

About

A simple API via a Worker that serves all the template content

https://developers.cloudflare.com/workers/templates

License:Apache License 2.0


Languages

Language:TypeScript 50.4%Language:JavaScript 49.5%Language:Shell 0.1%