All Projects β†’ uber-web β†’ Seer

uber-web / Seer

Licence: mit
πŸ—œ A customizable devtool solution

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Seer

Blindfold
πŸ”Ž Gitignore file generator written in rust
Stars: ✭ 60 (-16.67%)
Mutual labels:  developer-tools
Deb Dev Machine
Quickly install common Developer tools, IDE's & Services on Debian 9
Stars: ✭ 63 (-12.5%)
Mutual labels:  developer-tools
Psync
Synchronize project based on rsync; support watching changes and sync automatically
Stars: ✭ 68 (-5.56%)
Mutual labels:  developer-tools
Xxv
The XXV visual hex viewer for the terminal.
Stars: ✭ 61 (-15.28%)
Mutual labels:  developer-tools
Tables To Go
convert your database tables to structs easily
Stars: ✭ 62 (-13.89%)
Mutual labels:  developer-tools
Uber Cli
πŸš—Uber, at your fingertips
Stars: ✭ 1,142 (+1486.11%)
Mutual labels:  uber
Dotfiles
πŸ–₯️ Automated Configuration, Preferences and Software Installation for macOS
Stars: ✭ 1,103 (+1431.94%)
Mutual labels:  developer-tools
Athenax
SQL-based streaming analytics platform at scale
Stars: ✭ 1,178 (+1536.11%)
Mutual labels:  uber
Whatthegem
Ruby gem information, stats and usage for your terminal
Stars: ✭ 63 (-12.5%)
Mutual labels:  developer-tools
Toc
🚩 TOC, zero configuration table of content generator for Markdown files, create table of contents from any Markdown file with ease.
Stars: ✭ 66 (-8.33%)
Mutual labels:  developer-tools
Logvac
Simple, lightweight, api-driven log aggregation service with realtime push capabilities and historical persistence.
Stars: ✭ 61 (-15.28%)
Mutual labels:  developer-tools
Trymodule
➰ It's never been easier to try nodejs modules!
Stars: ✭ 1,115 (+1448.61%)
Mutual labels:  developer-tools
Artemis Dev Tool
An Apollo GraphQL Query Schema Testing Tool
Stars: ✭ 66 (-8.33%)
Mutual labels:  developer-tools
Wago
Automate the actions you do after saving code.
Stars: ✭ 60 (-16.67%)
Mutual labels:  developer-tools
St
ST - Struct Tagger - Tags your structs so you don't have to, saving you development time and encoding/decoding sanity.
Stars: ✭ 68 (-5.56%)
Mutual labels:  developer-tools
Log Viewer
Web UI to viewing logs
Stars: ✭ 59 (-18.06%)
Mutual labels:  developer-tools
Jumbune
Jumbune, an open source BigData APM & Data Quality Management Platform for Data Clouds. Enterprise feature offering is available at http://jumbune.com. More details of open source offering are at,
Stars: ✭ 64 (-11.11%)
Mutual labels:  developer-tools
Laboratory
Achieving confident refactoring through experimentation with Python 2.7 & 3.3+
Stars: ✭ 1,179 (+1537.5%)
Mutual labels:  developer-tools
Crashreporter
Store and send crash reports directly to the devlopers
Stars: ✭ 69 (-4.17%)
Mutual labels:  developer-tools
Prequel
Prequel for Laravel. Clear and concise database management.
Stars: ✭ 1,141 (+1484.72%)
Mutual labels:  developer-tools

A customizable devtool solution

Introduction

After the introduction of the completely new debugging/logging experience brought by Redux and its extension, we thought it would be a good idea to provide this to a greater audience of the Javascript ecosystem. The Seer API give library creators simple methods they need to implement so that developers using both these libraries and the extension will be able to easily debug state and even things like editing capabilities, as showcased above.

Although pretty basic for now and only working with uber framemorks deck.gl and luma.gl, we intend to extend it to allow for more possibilities and create more interactions in the future.

API

Checkout the api directory to see the api usage allowing you to interact with the extension.

Install

The extension can be easily downloaded from the Chrome webstore. If you desire to build it manually, you simply need to npm run build after having installed the dependencies.

Contributing

If you desire to contribute to the development efforts of this project, the following processes will help you to debug and see your changes.

npm start

This command will spawn a webpack server that will serve the extension along with the test website.

npm run standalone

After a build and the uninstall of the unpacked extension, runs the demo without the app, so you can test direct interaction from the devtool panel.

Note that for the mapbox tiles to load, you'll need to have a valid MAPBOX_TOKEN environment variable.

Inspired by the awesome redux-devtools. Based on minus & Bridge.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].