No description
Find a file
2025-05-04 14:45:35 -04:00
.forgejo/workflows Add biome.js configuration and integrate code quality checks 2025-04-10 19:04:20 -04:00
public base project 2025-04-20 23:15:41 -04:00
src Refactor server variable to webserver and add new API endpoints for script handling 2025-05-03 13:39:01 -04:00
.gitignore base project 2025-04-20 23:15:41 -04:00
bun.lock Add WebSocket integration for Lanyard and Hyperate, implement scanline effects, and update dependencies 2025-05-03 13:17:52 -04:00
bunfig.toml base project 2025-04-20 23:15:41 -04:00
index.ts Add API endpoint to return request headers as a gzipped JSON response 2025-05-04 14:45:35 -04:00
LICENSE Initial commit 2025-04-04 22:46:56 +00:00
package.json Add WebSocket integration for Lanyard and Hyperate, implement scanline effects, and update dependencies 2025-05-03 13:17:52 -04:00
README.md base project 2025-04-20 23:15:41 -04:00
tsconfig.json base project 2025-04-20 23:15:41 -04:00

ipv4.army

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.11. Bun is a fast all-in-one JavaScript runtime.