Resgrid Responder App which is small mobile application or PWA to give personnel in a department the options to interact with it. Set staffing, status, respond to calls, send messages, signup for shifts, read docs and more
- Directed at Personnel and the Phone form factor
- Set your Personal Status and Staffing Level
- Get Call Information and update, close and create calls
- Get Shift Information and signup for Shifts
- View the Department Calendar and Signup to Events
- Send and Receive Messages
To run this project, you will need to add the following environment variables to your .env file
baseApiUrl
resgridApiUrl
channelUrl
channelHubName
realtimeGeolocationHubName
logLevel
isDemo
demoToken
loggingKey
appKey
Install Deps
npm ci
Build App
npm run build
Start Local Sim
npm run start
To copy web assets to native projects
npx cap sync
Clone the project
https://github.com/Resgrid/Responder
Go to project directory
cd Responder
Install dependencies
npm ci
Start the web server
npm run start
- Open Source Responder App
- Can I deploy the Responder App to Google Play or the Apple App Store
- You can but you cannot inclue "Resgrid" in the name of your application in the name of the application or the store listing.
- What Do I need to Change to Deploy the Responder App to the stores
- You will need to search for all occurrences of com.wavetech.Resgrid" or "wtdt.wavetech.Resgrid" and replace it with your app id. You will need to replace the icons, logos, splash screen images with your own.
Distributed under the Apache License 2.0. See LICENSE.txt for more information.