Skip to content

wellping/wellping

Repository files navigation



Well Ping

CI runs with expo

A React Native survey app that pings you once a while to answer questions!

Download on App Store: https://apps.apple.com/us/app/id1532364388

Download on Google Play: https://play.google.com/store/apps/details?id=edu.stanford.ssnl.wellping

Docs

Work in Progress

Related Tools

Demo

Log in with the login code

__debug__-__test__-https://debug.local.wellping.ssnl.stanford.edu/DEBUG_STUDY.json

Alternatively, click this link on your phone to automatically enter the login code in the app: https://wellping.github.io/app/login?code=__debug__-__test__-https%3A%2F%2Fdebug.local.wellping.ssnl.stanford.edu%2FDEBUG_STUDY.json

https://debug.local.wellping.ssnl.stanford.edu/DEBUG_STUDY.json is a local study file URL (learn more in the local/ folder). It can be logged in with any non-empty username and password combination and will not upload anything.

Development

npm install -g expo-cli
npm install -g eas-cli

# Installation
yarn install

# Start
yarn start

# Test
yarn test

@wellping/study-schemas

See https://github.com/wellping/study-schemas/blob/main/README-FOR-USERS.md.

Deployment

See https://wellping.github.io/wellping/publishing-updates-and-versioning.html.