{"id":21058573,"url":"https://github.com/schemar/simplest-weather-app","last_synced_at":"2026-04-17T00:02:21.196Z","repository":{"id":148582086,"uuid":"106035379","full_name":"schemar/simplest-weather-app","owner":"schemar","description":"[mirror] An open-source weather application for smart phones","archived":false,"fork":false,"pushed_at":"2017-10-28T18:45:10.000Z","size":50659,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-11T07:14:15.451Z","etag":null,"topics":["angular","cordova","ionic"],"latest_commit_sha":null,"homepage":"https://bitbucket.org/schemar/simplest-weather-app","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schemar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-06T18:06:07.000Z","updated_at":"2017-10-28T11:47:38.000Z","dependencies_parsed_at":"2023-05-20T14:30:26.558Z","dependency_job_id":null,"html_url":"https://github.com/schemar/simplest-weather-app","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/schemar/simplest-weather-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schemar%2Fsimplest-weather-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schemar%2Fsimplest-weather-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schemar%2Fsimplest-weather-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schemar%2Fsimplest-weather-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schemar","download_url":"https://codeload.github.com/schemar/simplest-weather-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schemar%2Fsimplest-weather-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31909235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","cordova","ionic"],"created_at":"2024-11-19T17:08:25.973Z","updated_at":"2026-04-17T00:02:21.186Z","avatar_url":"https://github.com/schemar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](resources/android/icon/drawable-xhdpi-icon.png)\n\n# Simplest Weather App\nA simple weather application for android.\n\n![Screenshot](resources/screenshot.png)\n\n[![Google Play Badge](resources/google-play-badge.png)](https://play.google.com/store/apps/details?id=me.martinschenck.weather)\n\n## Issue Tracker\nThe issue tracker is available at the main repository:\nhttps://bitbucket.org/schemar/simplest-weather-app\n\nPlease also create your pull requests there.\n\n## Running with Ionic CLI\n### Prerequisites\n- nodejs\n- npm\n- Android Studio to manage SDKs, AVDs, etc.\n\n\nUse Android Studio to install an appropriate SDK and virtual device.\n\n### Set-up\n```bash\n$ sudo npm install -g ionic cordova\n$ npm install\n```\n\n### Running\n#### Browser\nTo access the application in a browser:\n```bash\n$ ionic serve\n```\n\n#### Android\nTo build or emulate the android version:\n```bash\n$ ionic cordova build android\n$ ionic cordova emulate android\n```\n\nTo build a \"prod\" version:\n```bash\n$ ionic cordova build android --prod\n```\n\nReleases:\n```bash\n$ ionic cordova build android --prod --release\n$ jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore \u003cpath-to-your-keystore\u003e \u003cpath-to-unsigned-apk\u003e \u003calias-name\u003e\n$ zipalign 4 \u003cpath-to-unsigned-apk\u003e \u003cpath-where-signed-apk-should-be-created\u003e\n```\n\nIf you need to create a keystore:\n```bash\n$ keytool -genkey -v -keystore \u003crelease-key\u003e.jks -keyalg RSA -keysize 2048 -validity 10000 -alias \u003calias-name\u003e\n```\n\n### Troubleshooting\n#### Arch linux\n- libGL errors\n  - Problem: Android comes with its own libstdc++ that does not work.\n  - Solution: `sudo mv /opt/android-sdk/emulator/lib64/libstdc++{,_backup}`\n  - Explanation: Renaming the directory forces the emulator to use the version that is installed system-wide.\n\n#### Windows\n- zipalign is not recognized as an executable\n  - Problem: When you want to use zipalign in the PowerShell, it returns an error that it does not know what zipalign is.\n  - Solution: Use `C:\\Users\\\u003cusername\u003e\\AppData\\Local\\Android\\sdk\\build-tools\\\u003cversion\u003e\\zipalign.exe`\n  - Explanation: Tell windows where your zipalign is located. It may be in a different location depending on where you installed Android.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschemar%2Fsimplest-weather-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschemar%2Fsimplest-weather-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschemar%2Fsimplest-weather-app/lists"}