Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sksat/blog-worker
https://github.com/sksat/blog-worker
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sksat/blog-worker
- Owner: sksat
- License: mit
- Created: 2021-02-19T17:52:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T22:32:47.000Z (15 days ago)
- Last Synced: 2024-10-24T11:39:10.668Z (15 days ago)
- Language: Rust
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blog-worker
Cloudflare worker for [my blog](https://blog.sksat.net).
This worker provides below.- generate OGP image
## Usage
### OGP image
- https://blog-worker.sksat.workers.dev
![](https://blog-worker.sksat.workers.dev/)
### 🛠️ Build with `wasm-pack build`
```
wasm-pack build
```### 🔬 Test in Headless Browsers with `wasm-pack test`
```
wasm-pack test --headless --firefox
```