{"id":18376631,"url":"https://github.com/manojpatra1991/watchhours-ionic","last_synced_at":"2026-04-07T16:32:10.311Z","repository":{"id":104746966,"uuid":"100091540","full_name":"MANOJPATRA1991/watchHours-ionic","owner":"MANOJPATRA1991","description":"A TV tracking application for mobile devices","archived":false,"fork":false,"pushed_at":"2017-11-24T11:48:11.000Z","size":5204,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T18:25:15.270Z","etag":null,"topics":["android-application","bower","cordova","cordova-plugin","css3","express","html5","hybrid-application","ionic","ionic-native","ios-app","javascript","nodejs","npm"],"latest_commit_sha":null,"homepage":"https://play.google.com/store/apps/details?id=com.ionicframework.watchours944984","language":"JavaScript","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/MANOJPATRA1991.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-08-12T05:32:45.000Z","updated_at":"2017-11-27T14:55:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"97024428-a927-496b-a335-c108f832fb50","html_url":"https://github.com/MANOJPATRA1991/watchHours-ionic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MANOJPATRA1991/watchHours-ionic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MANOJPATRA1991%2FwatchHours-ionic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MANOJPATRA1991%2FwatchHours-ionic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MANOJPATRA1991%2FwatchHours-ionic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MANOJPATRA1991%2FwatchHours-ionic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MANOJPATRA1991","download_url":"https://codeload.github.com/MANOJPATRA1991/watchHours-ionic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MANOJPATRA1991%2FwatchHours-ionic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31520489,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["android-application","bower","cordova","cordova-plugin","css3","express","html5","hybrid-application","ionic","ionic-native","ios-app","javascript","nodejs","npm"],"created_at":"2024-11-06T00:24:12.147Z","updated_at":"2026-04-07T16:32:10.282Z","avatar_url":"https://github.com/MANOJPATRA1991.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# watchHours-ionic\n\n## Introduction\n\nThis is the Ionic version of the [watchours](https://watch-hours.herokuapp.com/) project.\n\n## Description\n\n#### Prerequisites\n\n1. Before running this project ensure that you have installed cordova and ionic globally. If not, run this command `npm install cordova ionic -g`.\n\n2. Replace host addresses with your computer's IP addresses specifically in these files:\n    \n    1. bin/www\n    \n    2. app.js\n    \n    3. www/js/services.js\n\n#### How to run this project on local computer?\n\n1. Clone the project repo to a folder on your local computer.\n2. `cd` into the folder where you cloned the project.\n3. `npm install` to install all node packages.\n4. `bower install` to install all bower packages.\n5. To install cordova plugins `cordova plugin add \u003cplugin-name\u003e`. \n    To get list of all cordova plugins, run `cordova plugin list` command.\n    Also here is a list of all Cordova plugins required for this project.\n  \n    1. cordova-plugin-app-event 1.2.0 \"Application Events\"\n  \n    2. cordova-plugin-console 1.0.5 \"Console\"\n  \n    3. cordova-plugin-device 1.1.4 \"Device\"\n  \n    4. cordova-plugin-splashscreen 4.0.3 \"Splashscreen\"\n  \n    5. cordova-plugin-statusbar 2.2.1 \"StatusBar\"\n  \n    6. cordova-plugin-whitelist 1.3.1 \"Whitelist\"\n  \n    7. cordova-plugin-x-toast 2.6.0 \"Toast\"\n  \n    8. de.appplant.cordova.plugin.local-notification 0.8.5 \"LocalNotification\"\n  \n    9. ionic-plugin-keyboard 2.2.1 \"Keyboard\"\n    \n    10. cordova-plugin-inappbrowser \"\"In-app browser\n\n6. As this project is specifically built for android, I recommend running it on an Android device for best experience. However, the project can be built and run on an iOS device if you choose to do so.\n7. To build for android, `ionic build android`.\n8. To deploy to android device, `ionic run android`.\n  \u003eNOTE: Make sure to keep the node server running while accessing the app. To start the server, `npm start`.\n9. To run the project on ionic-lab, `ionic serve --lab`.\n\n### Reference\n1. [Ionic Framework](http://ionicframework.com/docs/v1/)\n2. [ngCordova](http://ngcordova.com/)\n3. [jshint](http://jshint.com/)\n\n### License\nThe content of this repository is licensed under [MIT](https://choosealicense.com/licenses/mit/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanojpatra1991%2Fwatchhours-ionic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanojpatra1991%2Fwatchhours-ionic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanojpatra1991%2Fwatchhours-ionic/lists"}