Skip to content

KayvanMazaheri/pillo

Repository files navigation

Pillo Logo
💊 Pillo 💊


Pillo

Simple medication reminder for an oblivious friend.
Visit Pillo.ir.

Badges

Travis
Codacy grade
David
Standard - JavaScript Style Guide
license

How to run it

Clone the repository

git clone https://github.com/KayvanMazaheri/pillo.git && cd pillo

Install dependencies

npm install

Start the server

npm start

NOTE:
The following environment variables must be set before running npm start.
They can be declared inside a file named .env (see dotenv for more information).

  • GOOGLE_ID
  • GOOGLE_SECRET
  • REDIS_URL
  • MONGODB
  • TELEGRAM_BOT_TOKEN
  • POSTMARK_API_TOKEN
  • SESSION_SECRET
  • KUE_WEB_USER
  • KUE_WEB_PASSWORD
  • ONESIGNAL_API_KEY
  • ONESIGNAL_APP_ID

Contribution Guide

Any contribution is appreciated.

Submit an issue

Modify the code

  1. Fork the repo.
  2. Make your changes.
  3. Make sure npm test passes.
  4. Create a Pull Rrequest.

Donate

Support Pillo by making a donation here:
Donate

Special Thanks

  • Awesome cross-browser testing tool
Sponsor

License

The MIT License (MIT)