281231af5a | ||
---|---|---|
.github/workflows | ||
src | ||
.eslintrc.json | ||
.gitattributes | ||
.gitignore | ||
.prettierrc | ||
CODE_OF_CONDUCT.md | ||
LICENSE | ||
README.md | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
wrangler.toml |
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.