{"id":27298471,"url":"https://github.com/mathieuloutre/applink","last_synced_at":"2025-04-12T00:27:14.191Z","repository":{"id":26697012,"uuid":"30154009","full_name":"MathieuLoutre/applink","owner":"MathieuLoutre","description":"Open apps with a URI Scheme from a webpage","archived":false,"fork":false,"pushed_at":"2015-02-01T17:48:51.000Z","size":140,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T07:06:14.440Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MathieuLoutre.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}},"created_at":"2015-02-01T17:46:52.000Z","updated_at":"2015-02-01T17:58:02.000Z","dependencies_parsed_at":"2022-08-17T19:35:11.450Z","dependency_job_id":null,"html_url":"https://github.com/MathieuLoutre/applink","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathieuLoutre%2Fapplink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathieuLoutre%2Fapplink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathieuLoutre%2Fapplink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathieuLoutre%2Fapplink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MathieuLoutre","download_url":"https://codeload.github.com/MathieuLoutre/applink/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248499134,"owners_count":21114261,"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":[],"created_at":"2025-04-12T00:27:10.702Z","updated_at":"2025-04-12T00:27:14.106Z","avatar_url":"https://github.com/MathieuLoutre.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AppLink\n\n\u003e Open apps with a URI Scheme from a webpage\n\nAppLink allows you to open apps with a URI Scheme from a webpage instead of for instance opening widgets. Useful for Facebook, Tiwtter, Pinterest sharing.\n\n## Usage\n\nInstall using bower: `bower install applink`  \nOr using npm: `npm install applink`  \nOr just by downloading the [tarball](https://github.com/MathieuLoutre/applink/archive/master.zip)\n\n```js\n\n\tvar twitter = new AppLink()\n\n\ttwitter.open({\n\t\terror: function () {\n\t\t\twindow.open(encodeURI(\"https://twitter.com/intent/tweet?text=Look at this awesome thing\"), \"_blank\", \"toolbar=0,personalbar=0,resizable,scrollbars,status,width=550,height=450,top=\" + Math.round((screen.height - 450)/2) + \",left=\" + Math.round((screen.width - 550)/2))\n\t\t},\n\t\tsuccess: function () {},\n\t\tnativeURL: encodeURI(\"twitter://post?message=Look at this awesome thing\")\n\t})\n\n```\n\n## TODO\n\n- Testing\n\n## Changelog\n\n- 0.1.0 - First release","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieuloutre%2Fapplink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathieuloutre%2Fapplink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieuloutre%2Fapplink/lists"}