This is the backend part of the web app fetcher made in Golang.
It basically scrapes this portal and gets all the notices encoded in Json format and exposes the api over this url.
For building the scraper Colly framework is used :) and deployed using Heroku.
The frontend of fetcher is made using ReactJs and the here is its repository.