Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alestor123/emergency-surveillance
This is a simple code for surveillance.
https://github.com/alestor123/emergency-surveillance
chalk cors emergency encryption express minimist mongodb multer node pwa socket-io twillio
Last synced: about 7 hours ago
JSON representation
This is a simple code for surveillance.
- Host: GitHub
- URL: https://github.com/alestor123/emergency-surveillance
- Owner: alestor123
- Created: 2021-04-30T08:07:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T16:33:17.000Z (almost 4 years ago)
- Last Synced: 2024-12-18T17:19:44.286Z (about 2 months ago)
- Topics: chalk, cors, emergency, encryption, express, minimist, mongodb, multer, node, pwa, socket-io, twillio
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emergency Surveillance
> Get help during an emergency situation.
# So What Is It
> what the name suggests
## In Short is helps you to declare an emergency so that an other person who you mentioned during signup will come and assist you through the situation . You only need to got to the main page and then declare emergency and the other persion will get a call and an sms then he will login with the username name and password which you and the pther person know then he will have a direct audio contact with you via socket io and he can see you real time location and you current position and everything. After the issue is resolved you will just post is as issue resolved then that person is releaved. [WIP]# Sign up
## you can signup over ``/signup``# Declaring emergency
## you can declare emergency over ``/``
# Dashboard
## you can find dashboard over ``/dashboard``
# Usage
## first clone the repo by ``git clone https://github.com/alestor123/EMERGENCY-SURVEILLANCE.git``
## then use ``npm i `` to install deps
## and then set the env by adding ``.env`` file to directory (add env model)
```
PASS=<30 character long password>
SID=
KEY=
MONGO_URL=
NUM=
fileName=
AKEY=
LANG=
UPLOADS=
```## after all that you can run it by `` npm start``