Skip to content

goOICT/1point5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

547fba7 · Jun 10, 2020

History

22 Commits
May 22, 2020
Apr 30, 2020
May 9, 2020
Apr 30, 2020
May 9, 2020
May 14, 2020
Apr 30, 2020
Apr 30, 2020
May 11, 2020
May 14, 2020
Apr 30, 2020
May 14, 2020
Jun 10, 2020
Jun 10, 2020
Apr 30, 2020
Apr 30, 2020

Repository files navigation

1point5

The app that helps you with social distancing.

1point5

www.onepointfive.app

1.5 assists you with social distancing. The app scans for nearby mobile devices and it warns you when a device enters your 1.5 meter parameter. The phone vibrates and send you a notification. It is a friendly reminder that aims to defuse the situation. This is a social distancing app and it works using Bluetooth. Devices of family members and so forth can be excluded. 1.5 aims to help create social distance awareness. Please follow the advice of the World Health Organisation and your local government.

Getting Started

The app won't work when running on the browser or simulators, only on a real device that has access to bluetooth.

First make sure you have JAVA, Android Studio/Xcode installed. Check for more info: https://cordova.apache.org/docs/en/latest/guide/cli/

Installing dependencies

npm i

Building the APP. This command will trigger VUE Cli and will build the app inside the www folder.

npm run build

Once the build is finished run: Remember that the only way to test it is by connecting your iPhone or Android via USB.

npm run andoid

//or

npm run ios