/prtstatus-go

A service which monitors West Virginia University's PRT uptime status. Written in Go.

Primary LanguageGoGNU General Public License v2.0GPL-2.0

PRT Status server (with Go) Build Status GoDoc

This repository hosts the server code for the WVU PRT Status (https://prtstat.us) project. The server is currently hosted on Google App Engine (https://wvuprtstatus-ec646.appspot.com/) and works well within Google's generous free tier.

The repository also has a Go library for interacting with WVU's PRT Status API (which is just a simple net/http wrapper with custom types and other utility functions). See GoDoc for more info.

Built With

This project is built with many different technologies, including (but not limited to) the following:

Contributing

Want to contribute to the project? Go right ahead! Fork this repo and browse the issues to find something that needs a fixin', or build and implement a new feature. If your code is sound and your pull request is well written, I'll accept the PR and the CI service will automatically push your code into production.