3 Provides an API interface to generate PDF reports for tweets and their sentiment analysis results. The service uses an .NET Core wrapper for the wkhtmltopdf library to generate pdf out of html code.
5 `GET`: `/` Shows a demo page
9 `POST`: `/generatePDF/` Generates a pdf report for the given tweets
10 - param: Tweet[] as Content-Type: `application/json`
14 Tweet(string `Name`, string `Sentiment`)
18 - `docker build -t service-reporting .`
19 - `docker run -p YOUR_PORT:80 service-reporting:latest`