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

https://github.com/magicxor/yandextaxidataanalyzer

A simple tool for Yandex.Taxi report parsing and visualization
https://github.com/magicxor/yandextaxidataanalyzer

anglesharp charts csharp dotnet dotnet-core highcharts imap javascript js json linq parser reports visualization yandex yandex-taxi

Last synced: about 1 year ago
JSON representation

A simple tool for Yandex.Taxi report parsing and visualization

Awesome Lists containing this project

README

          

# YandexTaxiDataAnalyzer
A simple tool for Yandex.Taxi report parsing and visualization

## Usage
1. Publish YandexTaxiDataAnalyzer.Cli.NetCore project
```
dotnet publish -r win10-x64 -c Release
```
or download binary files.

2. Create appsettings.json file with your data:
```
{
"ApplicationCoreConfiguration": {
"ImapHost": "imap.test.com",
"ImapPort": 993,
"ImapLogin": "test@test.com",
"ImapPassword": "password",
"LogDirectoryName": "logs",
"OutputFileName": "yandex-taxi-stats.json"
}
}
```
3. Run YandexTaxiDataAnalyzer.Cli.NetCore.exe
4. Copy yandex-taxi-stats.json to YandexTaxiDataAnalyzer.Visualization directory and open index.html

## Screenshots
![screenshot](https://raw.githubusercontent.com/magicxor/YandexTaxiDataAnalyzer/img/scr.png)