9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2025-12-19 14:59:28 +00:00

readme: update quickstart for Node.js/NPM

This commit is contained in:
Anthony Donlon
2025-12-11 01:34:12 +08:00
committed by GitHub
parent dd57d48c2a
commit 4834b3d1b7

View File

@@ -64,11 +64,12 @@ You can also see live demo [here](https://virt.moe/cloudflare-error-page/example
A demo server using Flask is also available in [flask_demo.py](examples/flask_demo.py).
### Node.js
### Node.js/NPM
``` JavaScript
// Coming soon!
```
A Node.js package is available in [nodejs](nodejs) folder. However currently it supports only Node.js but not web browsers,
and we plan to refactor it into a shared package that works in both environments.
(Thanks [@junduck](https://github.com/junduck) for creating this.)
### PHP