atticuscornett / AtmosWeather

Atmos Weather is a lightweight weather app for receiving alerts and forecasts in the US.

Home Page:https://atticuscornett.github.io/AtmosWeather/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atmos Weather

The cross-platform, lightweight app for weather forecasts and alerts across the US

Available for Windows, MacOS, Linux, and Android at the Atmos Weather Website

GitHub license GitHub all releases GitHub release (latest by date) GitHub last commit GitHub deployments

Available for Android on IzzyOnDroid

IzzyOnDroid

GitHub Actions

Build for Linux Build for MacOS

Table of Contents

Features

Installation

Project Goals

Major Issues

Development

Features

Mobile and Desktop Platforms

Atmos Weather is available on both Windows and Android. Unlike most weather apps, Atmos also provides weather alerts to users on desktop.

Total Control

Atmos Weather gives you complete control over weather alerts. Choose multiple locations to receive alerts from. Choose alert priority on both an alert type and a location basis.

More Information

Atmos Weather gives you more information about weather warnings. Instead of a text-based warning, Atmos generates a map of warning polygons. It also includes any instructions and details provided by the National Weather Service API.

Reliable Data

Atmos Weather uses the official National Weather Service API to provide the most accurate and up to date warnings possible.

Installation

Stable Version

Website

The easiest way to install Atmos Weather is by using the website: Atmos Weather Website.

Download the version for your platform and run the installer.

GitHub Releases

You can download stable versions from the releases on GitHub.

Beta Versions (Unstable, Power Users)

GitHub Releases

Some beta version builds will be added to GitHub releases.

Latest Code (Unstable, Not Recommended)

By downloading the repository files, you can build the latest code on your machine using CapacitorJS (for the Android version) or using Electron in the electron folder (for all desktop versions).

Project Goals

Minimum Bloat

Most weather apps have too much bloat, largely in the form of overwhelming ads. Atmos Weather aims to be as lightweight as possible, providing function without a big footprint.

Timely Alerts

Weather alerts should be given in a timely manner. Ideally, alerts should be given within one minute of being published to the NWS API.

Functionality

Atmos Weather should provide all of the basic functions needed by users, as well as improve in areas that most weather apps and emergency alerts fall short, such as lack of information and customizability for weather alerts.

Privacy and Security

Atmos Weather should not collect any user data beyond what is strictly necessary to provide functionality.

Major Known Issues

US Only

Because it uses the National Weather Service API, Atmos Weather only supports locations in the US.

Battery Warning On Certain Samsung Models

Samsung marks Atmos Weather as a high battery user, because it wakes up the phone often to check for weather alerts. This can mean automatic throttling of weather checks, leading to late alerts. Despite this warning, Atmos Weather has not been observed to use more than 1-2% a day on these models. At the moment, the only solution is to allow background battery usage and disable battery optimizing for the app. This solves the negative performance impacts, but does not get rid of the warning.

Notifications Don't Work On Some Linux Distros

Some Linux distros lack the components to support electron notifications. There is no current workaround for this issue known to me.

Text To Speech Doesn't Work On Some Linux Distros

Some Linux distros lack the components to support text to speech. This can be solved by the user manually installing text to speech components.

Development

Atmos Weather is written in HTML, CSS, JavaScript, and Java. Atmos Weather uses CapacitorJS to build for multiple platforms.

Development plans and progress can be viewed on the Atmos Weather Notion Site: https://atticuscornett.notion.site/atticuscornett/00bc25c1bb07405d9bbe8c8c33ad195a

This project was originally created for the 2022 Congressional App Challenge.

About

Atmos Weather is a lightweight weather app for receiving alerts and forecasts in the US.

https://atticuscornett.github.io/AtmosWeather/

License:GNU General Public License v3.0


Languages

Language:JavaScript 57.4%Language:HTML 21.9%Language:CSS 10.2%Language:Java 9.8%Language:Batchfile 0.6%