cfworker
A collection of packages optimized for Cloudflare Workers and service workers.
File Explorer
Download Latest Version (.zip)- config.json
- README.md
- build.yml
- release.yml
- pre-commit
- settings.json
- client.ts
- index.ts
- response.ts
- retry.ts
- session.ts
- signer.ts
- types.ts
- util.ts
- client.integration.spec.ts
- retry.spec.ts
- session.spec.ts
- signer.spec.ts
- test.ts
- util.spec.ts
- CHANGELOG.md
- package.json
- README.md
- tsconfig.json
- encode.ts
- index.ts
- index.spec.ts
- test.ts
- CHANGELOG.md
- package.json
- README.md
- tsconfig.json
- email.ts
- index.ts
- management.ts
- oauth-flow.ts
- token-response.ts
- user.ts
- index.ts
- html-stream.ts
- index.ts
- proxy.ts
- index.ts
- declarations.d.ts
- CHANGELOG.md
- package.json
- README.md
- tsconfig.json
- deep-compare-strict.d.ts
- deep-compare-strict.ts
- dereference.d.ts
- dereference.ts
- format.d.ts
- format.ts
- index.d.ts
- index.ts
- pointer.d.ts
- pointer.ts
- types.d.ts
- types.ts
- ucs2-length.d.ts
- ucs2-length.ts
- validate.d.ts
- validate.ts
- validator.d.ts
- validator.ts
- index.spec.ts
- meta-schema.ts
- test.ts
- types.ts
- unsupported.ts
- validator.spec.ts
- .gitignore
- CHANGELOG.md
- package.json
- README.md
- suite-gen.mjs
- tsconfig.json
- algs.ts
- declarations.d.ts
- decode.ts
- discovery.ts
- index.ts
- jwks.ts
- parse.ts
- types.ts
- verify.ts
- decode.spec.ts
- parse.spec.ts
- test.ts
- CHANGELOG.md
- package.json
- README.md
- tsconfig.json
- capture.ts
- declarations.d.ts
- index.ts
- CHANGELOG.md
- package.json
- README.md
- tsconfig.json
- caching.ts
- security.ts
- strip-index.ts
- declarations.d.ts
- index.ts
- inline-styles.ts
- routes.ts
- CHANGELOG.md
- package.json
- README.md
- tsconfig.json
- declarations.d.ts
- index.ts
- index.spec.ts
- test.ts
- CHANGELOG.md
- package.json
- README.md
- tsconfig.json
- accepts.ts
- application.ts
- context.ts
- cookies.ts
- declarations.d.ts
- http-error.ts
- index.ts
- middleware.ts
- normalize-pathname.ts
- req.ts
- response-builder.ts
- router.ts
- validate.ts
- accepts.spec.ts
- application.spec.ts
- context.spec.ts
- cookies.spec.ts
- http-error.spec.ts
- normalize-pathname.spec.ts
- req.spec.ts
- response-builder.spec.ts
- router.spec.ts
- test.ts
- validate.spec.ts
- CHANGELOG.md
- package.json
- README.md
- tsconfig.json
- .gitignore
- .prettierignore
- .prettierrc.json
- lerna.json
- LICENSE.md
- logo.svg
- package-lock.json
- package.json
- readme-gen.js
- README.md
- test-worker.ts
- test.mjs
- THIRD_PARTY_NOTICES.md
- tsconfig-base.json
π Installation Guide
1. Get the code
git clone https://github.com/cfworker/cfworker
Downloads the entire project code from GitHub to your computer.
cd cfworker
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm test
Type this command into your terminal and run it.
npm run test --workspace=@cfworker/base64url
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
