ErikReider / infoDisplay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

infoDisplay

Running

  1. Run sudo npm install -g typescript less to be able to compile the project
  2. Remove the "_example" from "busStops_example.json" and "openWeatherMapInfo_example.json"
  3. Insert the valid data needed into each json file
  4. Run npm install to install all dependencies
  5. To start the application, run npm start

Running Tests

  1. npm install to install all of the dependencies
  2. firejail must be installed to be able to run the internet test
  3. npm test to run the tests

Weather assets from: weather icons

About

License:MIT License


Languages

Language:TypeScript 71.3%Language:Less 22.1%Language:HTML 6.6%