/goeuro-test

Extract data to CSV file using GoEuro API

Primary LanguageJava

GoEuroTest

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.

How to use

Go to the target directory and find the related jar and run this command on your terminal

java -jar GoEuroTest.jar "Berlin"

Building the Project and create Jar

Go to the project directory and run this command on your terminal

mvn clean package