A Bun-powered HTTP REST API that scrapes match data and league standings from the Profixio website for Bergen Innefotball 5-side Futsal 2025/2026.
Install dependencies:
bun installStart the development server:
bun run devThe server will start on http://localhost:3000
GET /- API informationGET /matches- All matches (upcoming and previous)GET /table- League standings
bun run dev # Start with hot reload
bun test # Run tests
bun run check # Run formatting, linting, and type checks