Each subfolder of this project connects to a deno worker demo.
-
XLSX File To CSV File Demo: This is a demo to upload a xlsx / csv file and then convert to a csv file for downloading. It purpose to be a basic deno snippet for xlsx / csv file middleware / processor.
-
Nodes Collector: This is a toolkit for collecting v2ray nodes from specific datasources.
-
Mihomo Subscription File / Link Converter: This is a toolkit for generating mihomo subscription file / link from v2ray subscription link.
# Deno
curl -fsSL https://deno.land/install.sh | sh # For Mac / Linux
# Or `irm https://deno.land/install.ps1 | iex` # For Windows (PowerShell)
deno --version # Output deno version
deno --help # For help
# Deno Deploy
deno install -A jsr:@deno/deployctl --global # Install deno deploy
deployctl --version # Output deno deploy version
deployctl --help # For help
NOTE: Please refer to https://docs.deno.com/runtime/ and https://docs.deno.com/deploy/manual/ for more details about the deno and deno deploy.