Skip to content

A simple app that interfactes with wttr.in for local weather information and forecasts

License

Notifications You must be signed in to change notification settings

user18130814200115-2/User-s-Weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The app

This is a simple, one screen, weather app made for kaiOS devices, specifically the Nokia 8110. It uses wttr.in as its backend and can be found in the banana hackers webstore.
screenshot

Versions

There are 2 versions of the app. The geolocation version which uses the devices gps as well as wifi scanning to determine it's location before fetching the weather data, this is usefull for vpn users and occasionaly MAY give higher accuracy. The master version uses your public IP to determine your phones location, this is outsourced to wttr.in. This version of the app will run faster and is therefore reccomended.

Install

The recommended method is using the bhackers store. However, binaries are also distributed here.

Omni SD

The app is distributed in OmniSD/Gerda package format. Just download the latest release and install with OmniSD

Web IDE

  • Download the latest release
  • unzip weather.zip
  • unzip application.zip
  • Open WebIDE
  • Click "Open Packaged App" and select the application folder
  • Click "Install and Run" button (the triangle).

Usage

The app will automatically give you weather information about the location closest to you, you can also enter any city and the app will fetch the data for that city (or one close to it). The app gives you forecasts for 3 days ahead and the data is stored on your device, meaning you can always check the weather after fetching it without needing an active internet connection.