{"id":13697225,"url":"https://github.com/aggarwalankush/ionic-mosum","last_synced_at":"2025-04-07T19:17:06.473Z","repository":{"id":48822492,"uuid":"73542725","full_name":"aggarwalankush/ionic-mosum","owner":"aggarwalankush","description":"Download Latest Ionic v3 Weather App -\u003e","archived":false,"fork":false,"pushed_at":"2021-07-09T21:06:14.000Z","size":5380,"stargazers_count":248,"open_issues_count":5,"forks_count":102,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-05-23T00:13:44.818Z","etag":null,"topics":["android","angular","ionic","ios","tutorial"],"latest_commit_sha":null,"homepage":"https://aggarwalankush.github.io/ionic-mosum/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aggarwalankush.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-12T09:09:13.000Z","updated_at":"2023-11-08T18:33:07.000Z","dependencies_parsed_at":"2022-09-08T09:30:42.660Z","dependency_job_id":null,"html_url":"https://github.com/aggarwalankush/ionic-mosum","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aggarwalankush%2Fionic-mosum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aggarwalankush%2Fionic-mosum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aggarwalankush%2Fionic-mosum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aggarwalankush%2Fionic-mosum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aggarwalankush","download_url":"https://codeload.github.com/aggarwalankush/ionic-mosum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247261590,"owners_count":20910107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["android","angular","ionic","ios","tutorial"],"created_at":"2024-08-02T18:00:54.204Z","updated_at":"2025-04-07T19:17:06.452Z","avatar_url":"https://github.com/aggarwalankush.png","language":"TypeScript","funding_links":[],"categories":["Projects"],"sub_categories":["Pipe"],"readme":"# ionic-mosum\nIonic Weather App - The goal of this weather app is to demo different ionic component in a nice working app. Contributions are welcome for any good feature.\n- Website - https://aggarwalankush.github.io/ionic-mosum\n- iOS - https://itunes.apple.com/us/app/mosum/id1244641359?ls=1\u0026mt=8\n- Android - https://play.google.com/store/apps/details?id=com.aggarwalankush.mosum\n\n## Prerequisites\n- Download nodejs from https://nodejs.org/en/download/current/ and it will install `node` and `npm`\n```bash\nnode -v\n - should be \u003e= 6.0.0\nnpm -v\n - should be \u003e= 3.0.0\n```\n- For iOS, update XCode version to 8.0 or higher\n\n## Getting Started\n\n* Clone this repository\n\n* Install Ionic, cordova and node_modules\n\n    ```bash\n    $ npm uninstall -g ionic cordova\n    $ npm install -g ionic cordova\n    $ npm install\n    $ npm install --only=dev  \n    ```\n* Get weather API key from [DarkSky](https://darksky.net)\n  * Replace API_KEY in `src/providers/constants.ts`\n  ```js\n  export const FORECAST_CONFIG = {\n    API_ENDPOINT: 'https://api.darksky.net/forecast/',\n    API_KEY: '9bb59ff3063ac4930fc96890570b0c6f'\n  };\n  ```\n* Get google API key from [Google Developers Console](https://console.developers.google.com/apis/credentials)\n  * Replace key in `src/index.html`\n  ```html\n  \u003cscript src=\"https://maps.googleapis.com/maps/api/js?v=3\u0026key=AIzaSyAZL0jdvdtBV_DmzLZ8yW53GHnhlRrbIAY\u0026libraries=places\"\u003e\n  \u003c/script\u003e\n  ```\n\n## Run\n\n#### Browser\n```bash\n    # iOS \n    ionic serve --platform ios\n    # Android\n    ionic serve --platform android\n    # All Platforms(iOS, Android and Windows)\n    ionic serve --lab\n```\n\n### Android\n\n```bash\n    $ ionic cordova platform add android\n    $ ionic cordova build android --prod\n    $ ionic cordova run android --prod\n```\n\n### iOS\n```bash\n    $ ionic cordova platform add ios\n    $ ionic cordova build ios --prod\n```    \n    Run using XCode\n    \n### icon resources\nRun post_install script\n```bash\n    $ ./post_install.sh\n```    \n    \n### Screenshots\n\n* Phone\n\n  \u003cimg src=\"screenshots/android-ios-phone.jpg\" alt=\"android-ios-phone\" width=\"500\"/\u003e\n  \n* Tablet\n  \n  \u003cimg src=\"screenshots/android-tablet.png\" alt=\"android-tablet\" width=\"350\"/\u003e\n  \u003cimg src=\"screenshots/ios-tablet.png\" alt=\"ios-tablet\" width=\"350\"/\u003e\n\n## Existing Features\n\n* Tabs, Side Menu with image\n* Various Animations\n* Infinite scroll\n* Google Maps API\n* SQL Database and WebSQL in browser\n* Weather caching to avoid redundant http requests\n* 3rd party libraries - lodash, moment, moment-timezone\n* Works in all timezones \n\n## Contribution\nContributions are welcome!\n\nSee [features planned for future](https://github.com/aggarwalankush/ionic-mosum/issues/2) to get contributing ideas.\n\n* Report issues\n* Open pull request with improvements\n* Spread the word\n\n## License\nionic-mosum is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faggarwalankush%2Fionic-mosum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faggarwalankush%2Fionic-mosum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faggarwalankush%2Fionic-mosum/lists"}