mahsumurebe / zelzele

Zezele is a service that broadcasts earthquake information over the socket.

Home Page:https://www.mahsumurebe.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zelzele Logo

DESCRIPTION

Zezele is a service that broadcasts earthquake information over the socket.

Installation

  1. Pull this repository and go to zelzele directory.
 git clone https://github.com/mahsumurebe/zelzele.git  
 cd zelzele
  1. Install node modules
npm install  
  1. Create .env file in project root directory
WS_SERVER_HOSTNAME=127.0.0.1 WS_SERVER_PORT=3000 WS_SERVER_HTTPS_USE=false WS_SERVER_HTTPS_CERT_FILE= WS_SERVER_HTTPS_PRIVATE_KEY_FILE=  
  1. Call start script
npm start  

About

Zezele is a service that broadcasts earthquake information over the socket.

https://www.mahsumurebe.com/

License:MIT License


Languages

Language:TypeScript 98.6%Language:Shell 1.4%