Skip to content
/ rtfmt Public

Real Time Flood-Monitoring Tool - Data from Environment Agency GOV UK from all stations.

Notifications You must be signed in to change notification settings

shez1461/rtfmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 

Repository files navigation

RTFMT Demo [Real Time Flood Monitoring Tool]

Live Demo Available -

Folders:

frontend/    # Frontend server uses live-server

Initial setup & Environment used

OS - Ubuntu 20.04 LTS Editor - Visual Studio Code Chromium: 91.0.4472.164 Node.js: 14.16.0

Data from Environment Agency GOV UK

A tool built using JavaScript/jQuery framework - User interface with an input to select station, plot (mASD)Readings in a line graph as stated in the test request and display data in associated table.

Prerequisites

curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt update
sudo apt-get install -y nodejs

Setting up environment

To run this demo you must serve it from a server rather than the file system. This demo requires webpack to build and run. To install webpack (and other dependencies) run:

> npm install

To run the demo, install and run Live Server:

> npm install live-server
> npx live-server

Live Server will automatically open a new browser tab on your default web browser at:

Or Enter URL into web browser manually:

http://<ip address>:8080
ie;
http://127.0.0.1:8080
or
http://localhost:8080

Author - Mohamed Shez

These APIs are provided as open data under the Open Government Licence with no requirement for registration. If you make use of this data please acknowledge this with the following attribution statement - "this uses Environment Agency flood and river level data from the real-time data API (Beta)"

About

Real Time Flood-Monitoring Tool - Data from Environment Agency GOV UK from all stations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published