https://github.com/utwo/bus-pwa
A simple bus schedule pwa app
https://github.com/utwo/bus-pwa
bus schedule
Last synced: 4 months ago
JSON representation
A simple bus schedule pwa app
- Host: GitHub
- URL: https://github.com/utwo/bus-pwa
- Owner: Utwo
- Created: 2017-09-14T09:31:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:33:42.000Z (over 3 years ago)
- Last Synced: 2023-02-27T13:41:49.109Z (over 3 years ago)
- Topics: bus, schedule
- Language: Vue
- Homepage: https://buscluj.netlify.com
- Size: 1.21 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cluj Bus
#### [Live demo](https://buscluj.netlify.com/)
A simple bus schedule pwa app made in Vue.
This app lets you to:
* find schedule and route information about buses in Cluj-Napoca
* add bus lines to favorites
* use the app offline
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```
## Backend JSON data
This project make use of [CTP CJ Scrapper](https://github.com/Utwo/ctpcj-scrapper),
a great node utility that scrap [ctp website](http://ctpcj.ro/) and
save bus lines and route information to json file
Clone that open source project to generate real data.
## Todo
- [ ] Update to Vuetify 2 (set tag attribute to each component)
- [ ] Prerender
- [ ] Change $color-pack to false
- [ ] Choose better colors
- [ ] Put typescript (only when available in cli typescript template)
## Credits
Loading animation from:
https://codepen.io/andersschmidt/pen/NPVPYP