/zelzele

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

Primary LanguageTypeScriptMIT LicenseMIT

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