Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 2 KB

README.md

File metadata and controls

40 lines (24 loc) · 2 KB

BIKEWELL

alt text

Bikewell (previously bike-cam) is a a smart dash-cam app that focuses on encouraging good behaviour for cyclists. The app incentivizes good habits while at the same time provides valuable data to both users and city planners in the effort to reduce collisions. Our first efforts are being deployed and tested in the Greater Vancouver area.

Vanquish Collisions Hackathon

Project created during VANquish Collisions Hackathon (September 6 - September 8, 2018).
The challenge: What interventions will move us more quickly towards our zero transportation related fatalities and serious injuries goal while encouraging active travel, especially for vulnerable road users such as seniors and children?
For more information, visit VANquish Collisions Hackathon

Backend Server

The repository for our backend server can be found at https://github.com/DimaMukhin/bike-cam-backend

Additional Resources

Demo

Note: camera function unavailable due to emulator recording (fully functional on physical devices)

alt text

Setup

Note: currently only official support for ios (may also work on Android)

  • install dependencies by running yarn install
  • install react-native globally by running npm install -g react-native-cli
  • make sure that xcode is installed on your machine

Starting the app

  • run react-native run-ios