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

https://github.com/akshaykmr/emailtrail-webapp

A web application for analysing hops taken by an email to reach you
https://github.com/akshaykmr/emailtrail-webapp

analysis delay email email-trail hops

Last synced: 10 months ago
JSON representation

A web application for analysing hops taken by an email to reach you

Awesome Lists containing this project

README

          

#### A simple web application for analysing hops taken by an email to reach you.

#### [Demo link](https://emailtrail.oorja.io)
#### Uses the [emailtrail python module](https://github.com/akshayKMR/emailtrail)
#### Screenshots


#### Development

- Fork and clone the repository
- Build container `docker build -t emailtrail .`
- Run Docker container with `docker run --network host emailtrail`
- View `app.py` to know about available api methods

- Frontend:
- This repo is pretty old so you may have trouble running frontend app. Setup asdf to run with node 4.0 LTS.
- Its a single page app made with vue.js
- `cd vue-app`
- Install dependencies: `npm install`
- Run: `npm run dev` (Keep the api server running on 8080. The dev server will automatically proxy api requests to it.)