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

https://github.com/devunltd/apiker-examples

Examples for Apiker API
https://github.com/devunltd/apiker-examples

Last synced: about 1 year ago
JSON representation

Examples for Apiker API

Awesome Lists containing this project

README

          

# 👷 Apiker Examples

This is the source to the examples found in the [Apiker Readme](https://github.com/hodgef/apiker/tree/master#readme)

## 📦 Install
To create an Apiker project, run:

```
npx apiker your-site-name
```

## Note: You must use [wrangler](https://developers.cloudflare.com/workers/cli-wrangler/install-update) 1.19.3 or newer to use this template.

## Please read the [Durable Object documentation](https://developers.cloudflare.com/workers/learning/using-durable-objects) before using this template.

Make sure to do the following before running `wrangler publish`:
- edit your [**app.toml**](https://github.com/hodgef/apiker-demo/blob/master/app.toml)
- edit files under src/ as desired
- run `npm run build`