A responsive, self-hosted weather widget that provide official weather information around the world.
Report Bug
·
Request Feature
Table of Contents
This project is an alternative to the weather widgets that already exists on the internet.
The purpose of this project is to provide weather information form a trustworthy source -- World Meteorological Organization, which relay the data from the local weather organisation around the world.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/SuperDumbTM/wmo-wx-widget.git
- Install NPM packages
npm install
- Development
npm run dev
- Production
npm run build && npm run start
- Docker Build
docker build -t wmo-wx-widget .
The widget will adjust itself to accomandate the size of the screen.
A configurating tool is provided to configure the location and various display settings.
Embedding the widget in note taking app should work like a charm.