{"id":16125694,"url":"https://github.com/dy/mobilify","last_synced_at":"2025-09-12T21:33:15.124Z","repository":{"id":57299546,"uuid":"109548540","full_name":"dy/mobilify","owner":"dy","description":":iphone: Make stream of html mobile-friendly","archived":false,"fork":false,"pushed_at":"2017-11-05T03:44:11.000Z","size":6,"stargazers_count":4,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-28T17:45:45.027Z","etag":null,"topics":["indexhtmlify"],"latest_commit_sha":null,"homepage":"","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/dy.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":"2017-11-05T03:23:58.000Z","updated_at":"2019-07-23T18:58:33.000Z","dependencies_parsed_at":"2022-08-26T18:02:56.742Z","dependency_job_id":null,"html_url":"https://github.com/dy/mobilify","commit_stats":null,"previous_names":["dfcreative/mobilify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dy%2Fmobilify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dy%2Fmobilify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dy%2Fmobilify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dy%2Fmobilify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dy","download_url":"https://codeload.github.com/dy/mobilify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232792150,"owners_count":18577262,"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":["indexhtmlify"],"created_at":"2024-10-09T21:30:43.580Z","updated_at":"2025-01-06T21:54:40.099Z","avatar_url":"https://github.com/dy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mobilify [![Build Status](https://travis-ci.org/dfcreative/mobilify.svg?branch=master)](https://travis-ci.org/dfcreative/mobilify) [![unstable](https://img.shields.io/badge/stability-unstable-green.svg)](http://github.com/badges/stability-badges)\n\nMake stream of HTML mobile-friendly\n\n## Usage\n\n[![npm install mobilify](https://nodei.co/npm/mobilify.png?mini=true)](https://npmjs.org/package/mobilify/)\n\n```sh\n$ browserify index.js | indexhtmlify | html-inject-meta | html-inject-github-corner | mobilify \u003e index.html\n```\n\nOr\n\n```js\nvar mobilify = require('mobilify')\n\nfs.createReadStream('index.html')\n  .pipe(mobilify())\n  .pipe(fs.createWriteStream('output.html'))\n```\n\nIt takes a stream of html and includes mobile meta tags, [`normalize.css`](https://www.npmjs.com/package/normalize.css), [polyfills typed arrays methods](https://npmjs.org/package/typedarray-methods) and `Array.fill`.\n\n### See Also\n\n- [enable-mobile](https://github.com/dfreative/enable-mobile)\n- [indexhtmlify](https://github.com/dominictarr/indexhtmlify)\n- [html-inject-meta](https://github.com/rreusser/html-inject-meta)\n- [html-inject-github-corner](https://github.com/rreusser/html-inject-github-corner)\n\n### License\n\n\u0026copy; 2017 Dmitry Ivanov. MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdy%2Fmobilify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdy%2Fmobilify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdy%2Fmobilify/lists"}