DEV Community

N Melegari
N Melegari

Posted on

API Monitor for the Terminal

I created Lamon, an open-source CLI tool for monitoring API performance in real time directly from the terminal.

Lightweight. Fast. No browser needed.

It's the first version, more updates coming soon. Working on it.

GitHub: Lamon repository

Top comments (1)

Collapse
 
nathan_melegari profile image
N Melegari • Edited

Install (Linux)

git clone https://github.com/NathanMelegari/lamon-monitor
cd lamon-monitor/
cmake -B build && cmake --build build
cd build/
Enter fullscreen mode Exit fullscreen mode

Run example

./lamon http://localhost:3000
Enter fullscreen mode Exit fullscreen mode

๐ŸŒŸ Star the repo if you like it