/riteaid-checker

A ReactNative app for checking local RiteAids for Covid vaccines

Primary LanguageJavaScript

Riteaid checker

This app will provide a way to quickly check if a Riteaid has vaccine appointments available.

Project setup

Install Android Studio (TODO)

  1. Install Android Studio
  2. Device Manager
  3. Create a device

Install tools

  1. Install node via nvm link
  2. Install yarn link
  3. Install dependencies by running yarn install in the root directory

Running the application

  1. Build the app by running npx react-native run-android
  2. Run the app server by running npx react-native start

Debug steps

  • If react-native run-android hangs on app:installDebug run adb kill-server && adb start-server

Run application on device

  1. Get your phone working by follow instructions here
  2. Determine your device ID by runing adb devices
  3. Using that device name, run `npx react-native run-android --device=

TODO

  • Add link to schedule the appointment
  • Add ability to check based on dynamic location.
  • Add map component to make the UI a little better
  • Add other providers (CVS, etc)