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

https://github.com/kuc-arc-f/workers16

workers + d1 databse, example
https://github.com/kuc-arc-f/workers16

claude-3-5-sonnet claude-ai cloudflare-d1 cloudflare-workers d1

Last synced: about 2 months ago
JSON representation

workers + d1 databse, example

Awesome Lists containing this project

README

          

# workers16

Version: 0.9.1

Author  :

date    : 2024/11/24

update : 2024/12/21

***
### Summary

workers + d1 databse, example

* claude.ai generate, example

***
### Related

https://claude.ai

***
### wrangler.toml, setting

```
name = "workers16"
main = "src/index.ts"
compatibility_date = "2024-01-01"
node_compat = true

[vars]
API_KEY = "123"

[[d1_databases]]
binding = "DB"
database_name = ""
database_id = ""
```

***
### ChangeLog

* VER_0_9_1: new

***
# License

* MIT

***