-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 482c532
Showing
55 changed files
with
61,258 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
||
|
||
|
Oops, something went wrong.