Перейти к файлу
Troy Hunt 281231af5a
Set semantically correct HTTP response code when semantically incorrect verb is used
2023-03-11 11:56:16 +10:00
.github/workflows Updated deprecated action 2023-02-08 08:46:25 +10:00
src Set semantically correct HTTP response code when semantically incorrect verb is used 2023-03-11 11:56:16 +10:00
.eslintrc.json Synchronizing code, wrangler 2upgrade and eslint. 2023-02-07 21:53:51 +00:00
.gitattributes Initial commit 2021-03-31 08:53:05 +10:00
.gitignore Initial checkin with Wrangler and BSD license. 2021-04-19 14:36:42 -05:00
.prettierrc Initial checkin with Wrangler and BSD license. 2021-04-19 14:36:42 -05:00
CODE_OF_CONDUCT.md Initial checkin with Wrangler and BSD license. 2021-04-19 14:36:42 -05:00
LICENSE Update to BSD 3 license 2021-04-19 14:17:56 -05:00
README.md Update README link to index.ts 2021-06-07 10:00:38 -05:00
package-lock.json Synchronizing code, wrangler 2upgrade and eslint. 2023-02-07 21:53:51 +00:00
package.json Synchronizing code, wrangler 2upgrade and eslint. 2023-02-07 21:53:51 +00:00
tsconfig.json Synchronizing code, wrangler 2upgrade and eslint. 2023-02-07 21:53:51 +00:00
wrangler.toml Synchronizing code, wrangler 2upgrade and eslint. 2023-02-07 21:53:51 +00:00

README.md

👷 Pwned Passwords Cloudflare Worker

k anonymity cloudflare worker

Based on the template for kick starting a Cloudflare worker project.

index.ts is the content of the Workers script.

TODO

  • Migrate any other code and settings here
  • Test/Staging/Dev configs for API endpoints
  • Document automated upload to CF with Wrangler vs current Dashboard copy/paste process
  • Add/ask about exception capturing/handling?
  • Other open source items?
  • Review Code of Conduct - @troy

Wrangler

To generate using wrangler

wrangler generate projectname https://github.com/cloudflare/worker-template

Further documentation for Wrangler can be found here.