{"id":24461320,"url":"https://github.com/frontend-layers/mobile-friendly-test","last_synced_at":"2026-04-14T15:33:19.976Z","repository":{"id":71599298,"uuid":"534650822","full_name":"Frontend-Layers/mobile-friendly-test","owner":"Frontend-Layers","description":"Node.js library for test site by Mobile Friendly Test API and output errors in the console with Gulp.js compatibilities","archived":false,"fork":false,"pushed_at":"2022-09-09T18:56:44.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T16:33:53.900Z","etag":null,"topics":["gulp","mobile-friendly","nodejs","testing"],"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/Frontend-Layers.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-09T13:19:18.000Z","updated_at":"2023-05-10T18:17:44.000Z","dependencies_parsed_at":"2023-05-12T10:00:24.227Z","dependency_job_id":null,"html_url":"https://github.com/Frontend-Layers/mobile-friendly-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Frontend-Layers/mobile-friendly-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frontend-Layers%2Fmobile-friendly-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frontend-Layers%2Fmobile-friendly-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frontend-Layers%2Fmobile-friendly-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frontend-Layers%2Fmobile-friendly-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Frontend-Layers","download_url":"https://codeload.github.com/Frontend-Layers/mobile-friendly-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frontend-Layers%2Fmobile-friendly-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31803423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"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":["gulp","mobile-friendly","nodejs","testing"],"created_at":"2025-01-21T04:18:57.505Z","updated_at":"2026-04-14T15:33:19.959Z","avatar_url":"https://github.com/Frontend-Layers.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mobile Friendly Test\n\n_Node.js library for testing HTML files on the fly and output errors in the console with Gulp.js compatibilities_\n\n[![License:MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/andreymatin/mobile-friendly-test/LICENSE)\n[![npm](https://img.shields.io/npm/v/mobile-friendly-test-npm.svg)](https://www.npmjs.com/package/mobile-friendly-test-npm)\n\n## How to install\n\n\n### API key\n\nBefore start you need to generate Google API key and add Google Search Console API into your Google APIs dashboard.\n\nhttps://developers.google.com/webmaster-tools/search-console-api/v1/configure\n\n\n### npm\n\n```shell\nnpm i mobile-friendly-test-npm\n```\n\n### yarn\n\n```shell\nyarn add mobile-friendly-test-npm\n```\n\n## How to use\n\n```javascript\nimport mobileFriendlyTest from 'mobile-friendly-test-npm'\n\nconst apiKey = ''\nconst url = ''\n\nmobileFriendlyTest(url, apiKey)\n```\n\n## Gulp.js integration\n\n```javascript\nimport gulp from 'gulp'\nconst { parallel } = gulp\n\nimport mobileFriendlyTest from 'mobile-friendly-test-npm'\n\nconst apiKey = ''\nconst url = ''\n\nconst mobileTestRes = () =\u003e\n  mobileFriendlyTest(url, apiKey)\n\nexport default\n  parallel(\n    mobileTestRes\n  )\n```\n\n## Reference\n\n- [Search Console Testing Tools API](https://developers.google.com/webmaster-tools/search-console-api/reference/rest/v1/urlTestingTools.mobileFriendlyTest)\n- [Your Google API list](https://console.cloud.google.com/apis/dashboard)\n\n---\n[MIT License](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontend-layers%2Fmobile-friendly-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrontend-layers%2Fmobile-friendly-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontend-layers%2Fmobile-friendly-test/lists"}