joshvince / commuter

The Node.js version of a web service that provides additional data about the London Underground
0 stars 0 forks source link

apply logic to the service statuses #22

Closed joshvince closed 7 years ago

joshvince commented 7 years ago

This should be returning things like:

{
  current: good status,
  lastHour: minor problems,
  message: Busier than normal
}

Because that's much more useful than just the current/historic status.

joshvince commented 7 years ago

solved by #24