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

Node.js webservice that turns the ATM Milano news website in a REST API JSON data.

License

Notifications You must be signed in to change notification settings

moebiusmania/atmmi-info-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.