Library for displaying UK train times
This library is designed for displaying UK train times on a raspberry pi with a Display-O-Tron 3000
Do NOT run any of the below commands if you are not sure what they do, especially piping curl requests to bash. These are the instructions provided on the external projects sites.
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
Install the nre-darwin package
# May be needed
sudo easy_install -U setuptools
sudo pip install nre-darwin-py
Install the dot3k lib (If using Display-O-Tron)
curl get.pimoroni.com/dot3k | bash
You can get an API Key from the NRE Developer Site
Please see example.py for an example of usage