Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 2.68 KB

File metadata and controls

60 lines (42 loc) · 2.68 KB

MeteoBox

Table of Contents

Overview

MeteoBox is a web component for (Seaside)[http://www.seaside.st] framework. The main goals of this little project are:

  1. Choose a airport meteo station (by example, ELBG) and displaying in realtime the meteo observations in a web page
  2. Based on regulary and officialy updated METAR notices
  3. Apply a style to the info box
  4. With cosmetic toys like smart icons, etc.
  5. Forecasts (Must have).

**Note : **This repository (and eventually the website) is currently working in progress, so don't be too bad with the content but constructive. If you have remarks, suggestions, code or anything else, please share it.

Requirements

TBC

Documentation

Divers (in french)

METAR and TAF data formats

Data Sources

Todo

  • Api for app (REST mode).
  • Store each request into database.
  • Add session managment.
  • Documentation.