This is a skill I wrote for the Amazon Alexa.
Soccer Flash will send the user a notification whenever a goal is scored in a football match featuring the users chosen teams.
The skill features in-skill purchasing. A paying subscriber can add as many teams as they like. The free version will only allow 1 team to be added.
The skill was written in Javascript and NodeJS and is hosted with Amazon.
The football scores are retrieved from an API and I have a Ruby script running on a server, that deals with sending the user notifications. A MySQL database is also used for storage.
Soccer Flash is available HERE
Soccer Flash