Skip to content

Commit

Permalink
Android branch init
Browse files Browse the repository at this point in the history
  • Loading branch information
CelularBat committed Jun 29, 2024
0 parents commit 482c532
Show file tree
Hide file tree
Showing 55 changed files with 61,258 additions and 0 deletions.
46 changes: 46 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Client for Old ICM Meteo

This is a lightweight Web/Android client for Polish meteo service: https://old.meteo.pl/.

- It serves actual meteorograms for defined locations in Poland and neighboarhood countries.
- It is optimised to download minimal amount of data required to work. So it is very lightweight for API.
- With extended search option you can add any, even the smallest village to your favorite list.
- Using experimental technology to be both Web App and Android App. Created in NodeJS, using [androidJS](https://android-js.github.io/) for compiling to .apk

# Web Preview

https://old-icm-meteo.onrender.com/

## Instruction for Web App
use web-only branch

npm install
npm run dev

## Instruction for Android App
Use Android branch

npm install

Install androidjs builder:

npm install -g androidjs-builder

Update SDK:

androidjs update

Build .apk with

androidjs build

or

androidjs build --release

as described here:
https://android-js.github.io/docs/packaging_app.html




Loading

0 comments on commit 482c532

Please sign in to comment.