##Assignment Part I - Question 1 com.franz.max2.model.People
##Assignment Part I - Qeuestion 2~6 extract franz-max2.tar.gz cd franz-max2 mvn exec:java -D"exec.mainClass"="com.franz.max2.parser.PeopleParserLauncher" provide csv file to parse and then the script will print out results for rest of Part I questions
Foursquare search API facade was deployed to following url, query and limit parameter could be changed to obtain different responses
https://infinite-woodland-62172.herokuapp.com/search4sq?query=shoe&limit=10
The post method can be invoked with following syntax
curl -X POST --data "Duck, Donald, (703)-742-0996, Golden, 99999" 'https://infinite-woodland-62172.herokuapp.com/people' -H "Content-Type: text/plain"