Skip to content

cooi123/cobibike_vehicle_warning_system

Repository files navigation

This project is a proof of concept of using gps data to predict the trajectory of the vehicle and warn users of surrounding vehicles. More information can be fined on here
Cobibike webpage link
This project is designed as a module for COBI Bike application, which can be used on bicycles.
This project uses map box api and google firebase api. Before starting the project, make sure that the api keys are in a .env file.
To run project

  1. Install all dependencies
    npm install
  2. Run it on watch mode
    npm run watch
  3. View the html in public folder