Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clinical-meteor/sms-messaging
SMS Messaging - Alerts, notifications, 2 factor authentication, patient engagement, etc.
https://github.com/clinical-meteor/sms-messaging
Last synced: about 2 months ago
JSON representation
SMS Messaging - Alerts, notifications, 2 factor authentication, patient engagement, etc.
- Host: GitHub
- URL: https://github.com/clinical-meteor/sms-messaging
- Owner: clinical-meteor
- Created: 2018-03-13T04:41:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T16:43:09.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T21:06:28.547Z (3 months ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clinical:sms-messaging
SMS Messaging - Alerts, notifications, 2 factor authentication, patient engagement, etc.
#### Clone this Plugin
```bash
cd webapp/packages
git clone https://github.com/clinical-meteor/sms-messaging
```#### Run Meteor on FHIR with your plugin
```bash
# add your package
meteor add clinical:sms-messaging
meteor npm install# run with a custom settings file
meteor --settings packages/sms-messaging/configs/settings.example.json
```### After cloning, need to do this to meteoritize it
```meteor create .```### Run unit tests
```
meteor test --driver-package meteortesting:mocha
```