Skip to content

Web Service to manage push notifications to Android applications using FCM, Python and Orion Contextbroker

Notifications You must be signed in to change notification settings

smartsdkCenidet/Notifications-service

 
 

Repository files navigation

Smart Security Notifications Module

Clone this repo

  git clone https://github.com/cenidetiot/SmartSecurity-Notifications.git
 

Install requirements

  pip install -r requirements.txt
 

Run with Flask

  Windows
  set FLASK_APP=run.py

  Unix
  export FLASK_APP=run.py
  flask run

Run with python

  python run.py

Run with gunicorn

  gunicorn app:app

About

Web Service to manage push notifications to Android applications using FCM, Python and Orion Contextbroker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.8%
  • HTML 4.5%
  • Dockerfile 3.6%
  • Shell 3.1%