Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library for Cloudflare Workers #169

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,13 @@ npm install @silvia-odwyer/photon-node
<!-- ##### NodeJS Tutorial
See the [NodeJS tutorial, which shows how to use Photon with NodeJS](). -->

#### Using Cloudflare Workers?
If you're using Cloudflare Workers, you can install the following library to use Photon with Cloudflare Workers:

```bash
npm install @cf-wasm/photon
```

## Modules
Photon contains a series of modules, which include:

Expand Down Expand Up @@ -232,6 +239,7 @@ Contributors include (be sure to add yourself to the list if you submitted a PR)
* **NorbertGarfield** - [@NorbertGarfield](https://github.com/NorbertGarfield)
* **bboshoven** - [@bboshoven](https://github.com/bboshoven)
* **benliao** - [@benliao](https://github.com/benliao)
* **Fineshop Design** - [@fineshop](https://github.com/fineshop)
* **Future You(?)** - (See Contributing above)

## License
Expand Down
Loading