Designed for astronomy and astrophotography enthusiasts, this project visualizes precise weather conditions across selected regions, aiding in the planning of ideal observational activities.
Visualize weather data Choose between different data sources Check the weather conditions at different locations
There are two ways to run this project:
Install it using the installer
or
Build it yourself from the code in this repository
If you want to run the program under Linux and it doesn't start, try running it with the
no-sandbox
parameter. The full command would then./path/to/WeatherMap.AppImage --no-sandbox
if you use the AppImage, orweather-map --no-sandbox
if you installed the.deb
file.
Download the latest installer from the releases page
Run the installer and follow the installation instructions
Open the installed application
Make sure you have Node.js installed at version 20.18 or higher
Clone this repository using git clone https://github.com/kgabriel-dev/WeatherMap.git
Navigate to the project directory using cd WeatherMap
Install the project dependencies using npm install
Run the project using npm run electron
Contributions are always welcome! Feel free to open an issue on the issues page or submit a pull request if you have any suggestions or improvements to this project.