Simple application which uses GoEuro API and exports _id, name, type, latitude, longitude fields to a CSV file. CSV file name is the same with input city name.
Go to the target directory and find the related jar and run this command on your terminal
java -jar GoEuroTest.jar "Berlin"
Go to the project directory and run this command on your terminal
mvn clean package