Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reynico/dyno-plots

A tool to compare Horacio Resio's and MWD dyno plots
https://github.com/reynico/dyno-plots

dynamometer dyno horacioresio mwd

Last synced: about 1 month ago
JSON representation

A tool to compare Horacio Resio's and MWD dyno plots

Awesome Lists containing this project

README

        

# Dyno plots
![Dyno plot example](assets/screenshot_dynoplot.jpg "Dyno plot example")
Dyno plots is a web tool created to help compare dyno runs done on [MWD](http://www.mwdyno.com/) and [Horacio Resio](http://www.horacioresio.com/) dynos. Dyno plots allow to compare multiple runs with mixed dyno sources (i.e. a MWD run with a Horacio Resio run)

## Install
```
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```

## Run
```
python app.py
```
Tip: If you don't have any files at hand, take a look at the [samples](samples/) folder.

## Access
> http://127.0.0.1:5001/

## Demo
![Dyno plot demo](assets/demo.gif "Dyno plot demo")