GoEuro - Test assignment
Download the jar from https://github.com/srch07/GoEuroTest/blob/master/archive/GoEuroTest_1.0.jar
Execute the jar like "java -jar GoEuroTest_1.0.jar london"
CSV file is getting generated in D:/GoEuroTest.CSV
Edit com.go_euro.test.utility.Constants.CSV_FILE_PATH
Edit com.go_euro.test.utility.Constants.APPEND_ALLOWED_TO_SAVE_CSV_DATA
I have implemented caching of API calls using in-memory cache. But right now, it doesn't work because after each iteration jar execution shutsdown and needs to be fired again. There is no requirement currently, to make program run in loop.