Skip to content

Commit

Permalink
Merge pull request #7 from jfoot/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jfoot authored Dec 19, 2020
2 parents 5789959 + dcffc88 commit da46c5f
Show file tree
Hide file tree
Showing 18 changed files with 7,511 additions and 3,724 deletions.
24 changes: 12 additions & 12 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# These are supported funding model platforms

github: #[jfoot]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ['https://paypal.me/JonathanFoot']
# These are supported funding model platforms

github: #[jfoot]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ['https://paypal.me/JonathanFoot']
64 changes: 32 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: jfoot

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behaviour:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behaviour**
A clear and concise description of what you expected to happen.

**Screenshots or Error Trace**
If applicable, add screenshots to help explain your problem.

**Program information:**
- Pi Type [e.g. Pi Zero WH]
- Program [e.g. NationalBuses.py]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: jfoot

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behaviour:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behaviour**
A clear and concise description of what you expected to happen.

**Screenshots or Error Trace**
If applicable, add screenshots to help explain your problem.

**Program information:**
- Pi Type [e.g. Pi Zero WH]
- Program [e.g. NationalBuses.py]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
55 changes: 33 additions & 22 deletions CREDIT.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,33 @@
This project was first created by Jonathan Foot (Github: jfoot).
All rights are reserved (C) 2019.

Project Website: https://departureboard.jonathanfoot.com
Documentation: https://jonathanfoot.com/Projects/DepartureBoard
Terms and Conditions: https://jonathanfoot.com/Projects/DepartureBoard/TermsAndConditions
Contact: [email protected]

Description: This project currently consists of three programs which
will emulate a live rail or bus departure board and display it on
an ER-OLEDM032 display (256X64).

Project Includes:
ReadingBuses.py – Display any Reading Buses stop and services.
NationalBuses.py – Display any UK bus stop, data quality may
vary region to region.
NationalRail.py – Display any UK train station, excluding the
London Underground.
LondonUnderground.py - Display any London Underground Tube
station.
Demo.py - Test the program without needing any API credentials.

This project was first created by Jonathan Foot (Github: jfoot).
All rights are reserved (C) 2021.

Project Website: https://departureboard.jonathanfoot.com
Documentation: https://jonathanfoot.com/Projects/DepartureBoard
Terms and Conditions: https://jonathanfoot.com/Projects/DepartureBoard/TermsAndConditions
Contact: [email protected]

Description: This project currently consists of three programs which
will emulate a live rail or bus departure board and display it on
an ER-OLEDM032 display (256X64).

Project (Python3) Includes:
ReadingBusesPy3.py – Display any Reading Buses stop and services.
NationalBusesPy3.py – Display any UK bus stop, data quality may
vary region to region.
NationalRailPy3.py – Display any UK train station, excluding the
London Underground.
LondonUndergroundPy3.py - Display any London Underground Tube
station.
DemoPy3.py - Test the program without needing any API credentials.


Deprecated (Python 2) Project Includes:
ReadingBuses.py – Display any Reading Buses stop and services.
NationalBuses.py – Display any UK bus stop, data quality may
vary region to region.
NationalRail.py – Display any UK train station, excluding the
London Underground.
LondonUnderground.py - Display any London Underground Tube
station.
Demo.py - Test the program without needing any API credentials.

Loading

0 comments on commit da46c5f

Please sign in to comment.