mzgajner / okape

Unofficial OKP webapp to show garbage pickup days

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

O Ka Pe

A simple webapp to find out when the garbage is being picked up if you don't find the OKP website intuitive enough.

Development commands

# Setup project
bun install

# Compiles and hot-reload for development
bun run dev

# Compile and minify for production
bun run build

# Lint and fix files
bun run lint

Parser

There is a simple parser in the root of the project that can be run with node parser.js. It will load this page, parse the weekday schedule table at the bottom and produce a fresh src/schedule.json. The latter is also in the repo for convenience.

Credits

The line drawing is Garbage Truck by Karla Design from the Noun Project.

About

Unofficial OKP webapp to show garbage pickup days

License:MIT License


Languages

Language:JavaScript 37.5%Language:TypeScript 36.5%Language:Vue 24.4%Language:HTML 1.6%