This app will provide a way to quickly check if a Riteaid has vaccine appointments available.
- Install Android Studio
- Device Manager
- Create a device
- Install node via nvm link
- Install yarn link
- Install dependencies by running
yarn install
in the root directory
- Build the app by running
npx react-native run-android
- Run the app server by running
npx react-native start
- If
react-native run-android
hangs onapp:installDebug
runadb kill-server && adb start-server
- Get your phone working by follow instructions here
- Determine your device ID by runing
adb devices
- Using that device name, run `npx react-native run-android --device=
- 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)