Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 860 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 860 Bytes

ATM Milano - Info API

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/

Built with

Install & run

Clone the repo

$ git clone https://github.com/moebiusmania/atmmi-info-api

locally starts the service

$ go run .

Development

Build the binaries

$ go build .

License

Released under the MIT license.