Skip to content

Commit 26cca2b

Browse files
authored
Update README.md
1 parent a1f5b51 commit 26cca2b

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
1+
# Reading Buses API (Using my Library)
2+
The latest program added to these examples uses my new Reading Buses API Library I made. The library is available via the Nuget store here:
3+
https://www.nuget.org/packages/ReadingBusesAPI/
4+
5+
The Library provides access to the following APIs:
6+
List of Bus Stops, Live Vehicle Positions, Stop Predictions, List of Services and Line Patterns
7+
18
# Reading Buses API
2-
Since I orignally realsed this program there has been the launch of Reading Buses very own API. This API is signifcantly better then the old Reading Open Data API. You can get your own account from here:
9+
Since I originally realised this program there has been the launch of Reading Buses very own API. This API is significantly better than the old Reading Open Data API. You can get your own account from here:
310

411
http://rtl2.ods-live.co.uk/cms/apiservice
512

6-
I would strongly recommend migrating to this new API.
7-
13+
This program shows you how to manually access and use the API directly in C#, it allows you to have more control over the data but is more complicated.
814

9-
# Reading Open Data API (OLD Method)
15+
# Reading Open Data API (Old Method)
1016
A small little program testing out the Reading open data API to track the bus times in Reading. To use the code, you will first have to create your own Reading Open Data account at the following website:
1117

1218
http://opendata.reading-travelinfo.co.uk
1319

14-
Once you have created your own account, amend the API key to your own personal API key. This program makes uses of the "Bus Services", "Bus Arrival / Departures" and "Bus Routes" API specifically so ensure that you have subscribed to them. As per the license agreement set, you are free to use the code as you wish so long as any program using this code is under the same license and that your source code is also public.
20+
Once you have created your own account, amend the API key to your own personal API key. This program makes uses of the "Bus Services", "Bus Arrival / Departures" and "Bus Routes" API specifically so ensure that you have subscribed to them. As per the license agreement set, you are free to use the code as you wish so long as any program using this code is under the same license and that your source code is also public.

0 commit comments

Comments
 (0)