This is a port of observer_cli using phoenix and LiveView.
Blog post: observer_live
Demo: Try it
Video:
For other LiveView examples and demos see here.
This project may have started as a demo for the capabilities of LiveView, but I'm keen to port the rest of observer_cli's ports. Any help is welcome!
Remaining work:
If you're interested to help, submit a PR. For questions find me on elixir-lang.slack.com
To run it locally:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.setup
- Install Node.js dependencies with
cd assets && npm install
- Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000
from your browser.
Copyright (c) 2019 Dimitris Zorbas, MIT License.