Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 875 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 875 Bytes

sncf-java-api

Build Status

Java Wrapper for the sncf open data APIs. see http://test.data-sncf.com/

##How to build it

# you need to set your login/password for the API access
cd into the sncf-java-api folder
vi src/main/resources/config.properties
# update credentials and save
mvn install
cd target
# you can find the latest sncf-java-api.jar file here

##API Access

##Licensing sncf-java-api is licensed under the Apache 2.0 license, see the LICENSE file for more details