Warning
This project is no longer being maintained but should still work as long as the NUS bus API does not radically change. Additionally, the original nextbus.me domain has expired so it's now only accessible via bus.hewliyang.com
Note
A minimal PWA for fetching and displaying NUS Internal Shuttle Bus routes & arrival timings because... too many NUS apps
- Geolocation 📍
- Reactive Search 📑
- Bookmarking 📒
- Dark Mode 🌑
- Add to home screen 📱
Install dependencies
pnpm install
cp .env.example .env # setup ur config here
Run the dev server
pnpm run dev