This project is not officially affiliated with ATM Milano in any ways, it's just a part-time project.
Simple Go service that turns the ATM Milano news website (a messy and non-responsive website) in a REST API JSON data for quicker, simpler and cleaner consulting.
Live at: https://atmmi-info.appspot.com/
Clone the repo
$ git clone https://github.com/moebiusmania/atmmi-info-api
locally starts the service
$ go run .
Build the binaries
$ go build .
Released under the MIT license.