{"id":21953892,"url":"https://github.com/anayarojo/ionic-news","last_synced_at":"2026-05-11T03:18:53.332Z","repository":{"id":96111633,"uuid":"185530775","full_name":"anayarojo/ionic-news","owner":"anayarojo","description":"Aplicación de noticias hecha con ionic 4","archived":false,"fork":false,"pushed_at":"2019-05-17T17:20:58.000Z","size":2303,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T22:47:21.997Z","etag":null,"topics":["in-app-browser","ionic","ionic-news","social-sharing"],"latest_commit_sha":null,"homepage":null,"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/anayarojo.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":"2019-05-08T04:55:21.000Z","updated_at":"2020-05-24T01:26:11.000Z","dependencies_parsed_at":"2023-04-30T19:16:16.669Z","dependency_job_id":null,"html_url":"https://github.com/anayarojo/ionic-news","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/anayarojo%2Fionic-news","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anayarojo%2Fionic-news/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anayarojo%2Fionic-news/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anayarojo%2Fionic-news/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anayarojo","download_url":"https://codeload.github.com/anayarojo/ionic-news/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245001575,"owners_count":20545280,"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":["in-app-browser","ionic","ionic-news","social-sharing"],"created_at":"2024-11-29T07:14:02.523Z","updated_at":"2026-05-11T03:18:53.274Z","avatar_url":"https://github.com/anayarojo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## Ionic News\nAplicación de noticias hecha con ionic 4\n\n![Ionic 4 ─ News ─ Preview 1](https://raw.githubusercontent.com/anayarojo/ionic-news/master/wiki/img/Ionic%204%20%E2%94%80%20New%20%E2%94%80%20Preview%201.PNG)\n\n![Ionic 4 ─ News ─ Preview 2](https://raw.githubusercontent.com/anayarojo/ionic-news/master/wiki/img/Ionic%204%20%E2%94%80%20New%20%E2%94%80%20Preview%202.PNG)\n\n![Ionic 4 ─ News ─ Preview 3](https://raw.githubusercontent.com/anayarojo/ionic-news/master/wiki/img/Ionic%204%20%E2%94%80%20New%20%E2%94%80%20Preview%203.PNG)\n\n### Commands\n\n```\nionic start news tabs\nionic g service services/news --skipTests=true\nionic g module components\nionic g component components/news --spec=false\nionic g component components/new --spec=false\n\nionic cordova plugin add cordova-plugin-inappbrowser\nnpm install @ionic-native/in-app-browser\n\nionic cordova plugin add cordova-plugin-x-socialsharing\nnpm install @ionic-native/social-sharing\n\nionic cordova plugin add cordova-sqlite-storage\nnpm install --save @ionic/storage\n\nionic g service local-storage\n```\n\n### In App Browser\n\n#### Commands\n```shell\nionic cordova plugin add cordova-plugin-inappbrowser\nnpm install @ionic-native/in-app-browser\n```\n\n#### Example\n```typescript\nimport { InAppBrowser } from '@ionic-native/in-app-browser/ngx';\n\nconstructor(private iab: InAppBrowser) { }\n\n...\n\nconst browser = this.iab.create('https://ionicframework.com/');\n\nbrowser.executeScript(...);\n\nbrowser.insertCSS(...);\nbrowser.on('loadstop').subscribe(event =\u003e {\n   browser.insertCSS({ code: \"body{color: red;\" });\n});\n\nbrowser.close();\n```\n\n#### Documentation: \n\nhttps://ionicframework.com/docs/native/in-app-browser\n\n### Social Sharing\n\n#### Commands\n```shell\nionic cordova plugin add cordova-plugin-x-socialsharing\nnpm install @ionic-native/social-sharing\n```\n\n#### Example\n```typescript\nimport { SocialSharing } from '@ionic-native/social-sharing/ngx';\n\nconstructor(private socialSharing: SocialSharing) { }\n\n...\n\n// Check if sharing via email is supported\nthis.socialSharing.canShareViaEmail().then(() =\u003e {\n  // Sharing via email is possible\n}).catch(() =\u003e {\n  // Sharing via email is not possible\n});\n\n// Share via email\nthis.socialSharing.shareViaEmail('Body', 'Subject', ['recipient@example.org']).then(() =\u003e {\n  // Success!\n}).catch(() =\u003e {\n  // Error!\n});\n```\n\n### Documentation:\n\nhttps://ionicframework.com/docs/native/social-sharing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanayarojo%2Fionic-news","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanayarojo%2Fionic-news","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanayarojo%2Fionic-news/lists"}