karlr42 / Luas-Strike-Tracker

Android app that displays details about future Luas strikes

Home Page:https://play.google.com/store/apps/details?id=com.jamiefarrelly.striketracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO: Update readme after adding in Dublin Bus. Thanks for the help: Thanks for the help https://github.com/Nodstuff

Luas Strike Information Android App

Very basic app to help people find out when the next Luas strike is in Dublin. Literally a one screen app that was quickly put together over a few hours.

The app basically makes an API call to Firebase which returns json from the database in the format of:

{
    "nextStrike":"13-05-2016",
    "strikeHours": "(3pm-7pm)"
}

This is then used to work out whether there's a strike on or not, as well as to display when the next strike will be if there is on.

Get it on Google Play

Media Attention

Surprisingly, it got a good bit of media attention such as:

Joe.ie

NewsTalk

The Irish Sun

Lovin Dublin

SheMazing

About

Android app that displays details about future Luas strikes

https://play.google.com/store/apps/details?id=com.jamiefarrelly.striketracker


Languages

Language:Java 100.0%