Cloudflare Worker that provides a fuzzy finder for videos hosted on a public oracle cloud bucket
GET /git
GET /repoResponds with a link to this repository
GET /${search}| Parameter | Type | Description |
|---|---|---|
search |
string |
Required. The video you want to find |
Responds with a webm video or an empty html file if nothing can be found
Clone the project
git clone https://github.com/Endercass/fzfworker.gitGo to the project directory
cd fzfworkerInstall dependencies
npm installStart the local wrangler server
npm run startTo deploy this worker run
npm run deploy- Videos are downloaded externally to reduce overhead
- Files are hosted on an Oracle Cloud Infrastructure object storage instance