aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2016-03-08 04:43:39 +0100
committerRobin Krahl <me@robin-krahl.de>2016-03-08 04:43:39 +0100
commit1648e81474b552ba499102e13f9f3ed863501757 (patch)
tree5bab6daabf8ee746efd9fbab3cdfabc6c498cfcc /README
parent745c643c2f900c8efeb0ac0a8ea3a519b3a790ac (diff)
downloaddbfp-1648e81474b552ba499102e13f9f3ed863501757.tar.gz
dbfp-1648e81474b552ba499102e13f9f3ed863501757.tar.bz2
add rudimentary location support
The function dbfp_query_location_name performs the location.name query and returns a list of all stations that match the search term. The implementation has two flaws: there is no URL encoding, and malformatted query results will not lead to a meaningful error message. There are two new test cases: basic tests some basic functionality, as setting the API key and accessing the API. location adds a simple test for the location.name query.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index ef0ee05..6e0d563 100644
--- a/README
+++ b/README
@@ -5,6 +5,12 @@ This C library provides an interface to the timetable API of the Deutsche Bahn
(*Fahrplan-API*). This API exposes information on stations, departures,
arrivals and routes.
+Dependencies
+------------
+
+ - libcurl
+ - libexpat
+
Compiling and installation
--------------------------