A prank website intended to "scan" the chip that has been embeded when someone recives the vaccine. The web app makes use of a phones embeded hardware to communicate a false perception that a scan is indeed happening, because of this it is intended to only work on mobile devices.
If the web app is opened on a non-mobile device the user is told the app will not work.
- To start the user is instructed to place their phone over the "injection" site and then hit the button to find the chip.
- A screen indicating the chip has been found and if the users moves the chip is lost.
sudo apt update && sudo apt upgrade -y
sudo apt install software-properties-common -y
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.10 -y
sudo apt install nginx -y
sudo git clone git@github.com:justinmerrell/VCHIP.git
cd VCHIP
sudo apt-get install python3.10-venv -y
python3.10 -m venv env
source env/bin/activate
python -m pip install -r requirements.txt