Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 636 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 636 Bytes

new-world-server-status-ui

A fluid UI that lists all New World's servers and their health.

image

Installation

run yarn install

Execution

run yarn start

Run tests

  1. npm i -g jest
  2. yarn test

Important

The app isn't going to work without an API Key located on src\main\scripts\factory\factory.js. Since it is private, please generate one yourself at https://rapidapi.com/htsachakis/api/new-world-server-status/

Stack

  • NodeJs (17.0.1)
  • Electron (15.3.0)
  • AngularJs (1.8.2)
  • HTML 5
  • CSS3