- Integrate local country taxi resources.
- SCABER = safe + cab + togerther
- Detail in wiki page.
- Ride service
- Rating system
- Both passenger and driver can rate each other, to promote entire quality.
- Avoid passenger/driver with bad behavior.
- Security
- Enhance security of taking taxi.
- Provide realtime monitor of each passenger/driver, prevent from accident or carjacking.
- Integration
- Integrate all the locality taxi resources, and promote entire benefit.
- Cooperate with Government
- Using resources provide on openData
- Before start:
# Step 1:
(install ruby on your platform => take some time)
# Step 2: (install ruby complete)
> gem install sass
# Step 3: (using gem update system)
> gem update --system
- Using gulp:
# Set gulp as global
> npm install -g gulp
# install gulp-sass (can add into)
> npm install gulp-sass
- Build & start
# construct css (if first time use , or having any update)
> npm run build_css
# run the server
> npm run all