Animal Quarantine is looking for a solution to assist with the heavy traffic and long lines of people coming to pick up their Hawaii inbound animals. COVID-19 has added more complications to an already unwieldy process in that no pet owners can enter the quarantine building. This causes owners to stand outside waiting to hear their name called on the intercom. There is no place to wait and there isn’t protection from the sun. We are hoping for a method to allow owners to use their smartphones to communicate their arrivals and receive a text or alert when their pet is ready to be picked up.
Pet owners can register through Google Forms and the Inspectors would match the pet microchip IDs against the owners. When a batch of pets are ready to be released, the matched owners will receive a text message via Email-To-SMS methods. When the owners arrive for the pickup, the Quarantine Admins will remove the person from the virtual waiting room.
This repository hosts files needed to get the existing Pet Owner Form created from Google Spreadsheets. The data within the spreadsheet will act as the main database for all pet owner and queue entries. All HTML forms and javascripts are currently hosted in Heroku, free of charge. But a state-owned system is required for Production.
git clone
this repository
npm install # Install the required npm modules
npm start