Skip to content

Commit 12ae2dc

Browse files
committed
Tweaks
1 parent 9af8449 commit 12ae2dc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ReadingBusesNewAPI/BusClass.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
using System;
33
using System.Collections.Generic;
44
using System.Linq;
5-
using System.Text;
6-
using System.Threading.Tasks;
75
using System.Xml.Linq;
86

97
namespace ReadingBusesNewAPI

ReadingBusesNewAPI/Program.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ class Program
1212
/// This program like it's predecessor gets a list of bus services operating in Reading
1313
/// and then lets you select a stop and monitor the live arrival times at that stop.
1414
/// This program is however using the new and improved Reading Buses Open Data API!
15+
///
16+
/// You will need to install "Newtonsoft" from the Nugget Store for this program to work:
17+
/// PM> Install-Package Newtonsoft.Json
1518
/// </summary>
1619

1720
private const string APIKEY = "[INSERT-API-KEY-HERE]"; //Get your own from http://rtl2.ods-live.co.uk/cms/apiservice

0 commit comments

Comments
 (0)