{"id":31596878,"url":"https://github.com/js2me/mobx-web-api","last_synced_at":"2026-02-21T12:02:40.975Z","repository":{"id":315280938,"uuid":"1058866023","full_name":"js2me/mobx-web-api","owner":"js2me","description":"⚡ Reactive browser APIs for MobX! Network, geolocation, media queries - zero config! 🚀","archived":false,"fork":false,"pushed_at":"2026-02-15T09:58:23.000Z","size":2938,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-15T15:54:40.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://js2me.github.io/mobx-web-api/","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/js2me.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"js2me"}},"created_at":"2025-09-17T16:49:53.000Z","updated_at":"2026-02-15T09:57:17.000Z","dependencies_parsed_at":"2025-09-17T19:01:32.999Z","dependency_job_id":"05e93afd-f748-47cb-950c-6581e6ba1b98","html_url":"https://github.com/js2me/mobx-web-api","commit_stats":null,"previous_names":["js2me/mobx-web-api"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/js2me/mobx-web-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js2me%2Fmobx-web-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js2me%2Fmobx-web-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js2me%2Fmobx-web-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js2me%2Fmobx-web-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/js2me","download_url":"https://codeload.github.com/js2me/mobx-web-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/js2me%2Fmobx-web-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29680147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T11:29:27.227Z","status":"ssl_error","status_checked_at":"2026-02-21T11:29:20.292Z","response_time":107,"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":[],"created_at":"2025-10-06T04:33:29.590Z","updated_at":"2026-02-21T12:02:40.922Z","avatar_url":"https://github.com/js2me.png","language":"TypeScript","funding_links":["https://github.com/sponsors/js2me"],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"docs/public/logo.png\" align=\"right\" width=\"156\" alt=\"logo\" /\u003e\n\n# mobx-web-api  \n\n[![NPM version][npm-image]][npm-url] [![build status][github-build-actions-image]][github-actions-url] [![npm download][download-image]][download-url] [![bundle size][bundlephobia-image]][bundlephobia-url]\n\n\n[npm-image]: http://img.shields.io/npm/v/mobx-web-api.svg\n[npm-url]: http://npmjs.org/package/mobx-web-api\n[github-build-actions-image]: https://github.com/js2me/mobx-web-api/workflows/Builds,%20tests%20\u0026%20co/badge.svg\n[github-actions-url]: https://github.com/js2me/mobx-web-api/actions\n[download-image]: https://img.shields.io/npm/dm/mobx-web-api.svg\n[download-url]: https://npmjs.org/package/mobx-web-api\n[bundlephobia-url]: https://bundlephobia.com/result?p=mobx-web-api\n[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/mobx-web-api\n\n⚡ Reactive browser APIs for MobX! Network, geolocation, media queries - zero config! 🚀    \n\n### [Read the docs →](https://js2me.github.io/mobx-web-api/)\n\n\u003cbr/\u003e\n\n\n```ts\nimport { mediaQuery, networkStatus } from \"mobx-web-api\";\n\nreaction(\n  () =\u003e mediaQuery.sizes.client.width,\n  (clientWidth) =\u003e {\n    console.log(`clientWidth changed to ${clientWidth}px`);\n  }\n)\n\nreaction(\n  () =\u003e networkStatus.isOffline,\n  (isOffline) =\u003e {\n    if (isOffline) {\n      console.log('Oh no you are offline :(')\n    }\n  }\n)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjs2me%2Fmobx-web-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjs2me%2Fmobx-web-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjs2me%2Fmobx-web-api/lists"}