File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
using System ;
3
3
using System . Collections . Generic ;
4
4
using System . Linq ;
5
- using System . Text ;
6
- using System . Threading . Tasks ;
7
5
using System . Xml . Linq ;
8
6
9
7
namespace ReadingBusesNewAPI
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ class Program
12
12
/// This program like it's predecessor gets a list of bus services operating in Reading
13
13
/// and then lets you select a stop and monitor the live arrival times at that stop.
14
14
/// 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
15
18
/// </summary>
16
19
17
20
private const string APIKEY = "[INSERT-API-KEY-HERE]" ; //Get your own from http://rtl2.ods-live.co.uk/cms/apiservice
You can’t perform that action at this time.
0 commit comments