{"id":26277635,"url":"https://github.com/uber-web/seer","last_synced_at":"2025-05-06T22:24:05.028Z","repository":{"id":22320341,"uuid":"89509905","full_name":"uber-web/Seer","owner":"uber-web","description":"🗜 A customizable devtool solution","archived":false,"fork":false,"pushed_at":"2024-01-10T03:10:29.000Z","size":2073,"stargazers_count":70,"open_issues_count":35,"forks_count":0,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-04-15T02:06:05.688Z","etag":null,"topics":["dev","developer-tools","uber","visualization"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/seer/eogckabefmgphfgngjdmmlfbddmonfdh","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/uber-web.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":"2017-04-26T17:42:26.000Z","updated_at":"2024-01-02T02:59:18.000Z","dependencies_parsed_at":"2025-03-14T12:19:03.428Z","dependency_job_id":"39968f75-2c4f-4bb5-8f31-6634f4f2a46f","html_url":"https://github.com/uber-web/Seer","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/uber-web%2FSeer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-web%2FSeer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-web%2FSeer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber-web%2FSeer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uber-web","download_url":"https://codeload.github.com/uber-web/Seer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252777592,"owners_count":21802618,"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":["dev","developer-tools","uber","visualization"],"created_at":"2025-03-14T12:18:57.999Z","updated_at":"2025-05-06T22:24:05.003Z","avatar_url":"https://github.com/uber-web.png","language":"JavaScript","readme":"\u003cp align=\"right\"\u003e\n  \u003ca href=\"https://travis-ci.org/uber-web/Seer\"\u003e\n    \u003cimg src=\"https://img.shields.io/travis/uber-web/Seer.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://coveralls.io/github/uber-web/Seer\"\u003e\n    \u003cimg src=\"https://img.shields.io/coveralls/uber-web/Seer.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/seer\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/seer.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://chrome.google.com/webstore/detail/seer/eogckabefmgphfgngjdmmlfbddmonfdh\"\u003e\n    \u003cimg src=\"https://img.shields.io/chrome-web-store/v/eogckabefmgphfgngjdmmlfbddmonfdh.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/SIGSEV/minus\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/scaffold-minus-blue.svg?style=flat-square\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://cdn.pbrd.co/images/2mmml1lec.png\" height=100 /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eA customizable devtool solution\u003c/p\u003e\n\n\u003cimg src=\"https://cdn.pbrd.co/images/GWt0Bpj.png\" /\u003e\n\n### Introduction\n\nAfter the introduction of the completely new debugging/logging experience brought by Redux and its\nextension, we thought it would be a good idea to provide this to a greater audience of the Javascript\necosystem. The Seer API give library creators simple methods they need to implement so that developers\nusing both these libraries and the extension will be able to easily debug state and even things\nlike editing capabilities, as showcased above.\n\nAlthough pretty basic for now and only working with uber framemorks [deck.gl](https://github.com/uber/deck.gl)\nand [luma.gl](https://github.com/uber/luma.gl), we intend to extend it to allow for more possibilities and create more\ninteractions in the future.\n\n### API\n\nCheckout the [api directory](./api) to see the api usage allowing you to interact with the extension.\n\n### Install\n\nThe extension can be easily downloaded from the Chrome webstore. If you desire to build it manually,\nyou simply need to `npm run build` after having installed the dependencies.\n\n### Contributing\n\nIf you desire to contribute to the development efforts of this project, the following processes\nwill help you to debug and see your changes.\n\n    npm start\n\nThis command will spawn a webpack server that will serve the extension along with the test website.\n\n    npm run standalone\n\nAfter a build and the uninstall of the unpacked extension, runs the demo without the app, so you can\ntest direct interaction from the devtool panel.\n\nNote that for the mapbox tiles to load, you'll need to have a valid `MAPBOX_TOKEN` environment variable.\n\n\u003csub\u003e\nInspired by the awesome \u003ca href=\"https://github.com/gaearon/redux-devtools\"\u003eredux-devtools\u003c/a\u003e.\nBased on \u003ca href=\"https://github.com/SIGSEV/minus\"\u003eminus\u003c/a\u003e \u0026 \u003ca href=\"https://github.com/SIGSEV/Bridge\"\u003eBridge\u003c/a\u003e.\n\u003c/sub\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuber-web%2Fseer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuber-web%2Fseer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuber-web%2Fseer/lists"}