COE. Pain. A CLI tool to visualize the pain.
This is going to be a tool for people in Singapore to check COE relevant stuff, expensive stuff.
Singapore's Certificate of Entitlement (COE) system
This project analyzes Singapore’s COE (Certificate of Entitlement) bidding data using DuckDB and Node.js, entirely on your local machine (but of course you need to load data first, that cannot be from local, we are not fetching from localhost:8080).
It fetches public data from data.gov.sg and loads it into DuckDB.
Think of it as:
- A lightweight open-data cli tool you can use on even your phone, if you have something like termux or iSH.
- A reflection on why do you even need a car in Singapore.
- A way to visualize your pain.
npm install -g car-only-expensivecoe <command> [options]coe help: Shows the help message.
- Node.js
- npm
- Clone the repository:
git clone https://github.com/whiteStainX/car-only-expensive.git- Install dependencies:
npm install- Run the CLI:
npm start