Skip to content

franzjain/java-getting-started

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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

Assignment Part II

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

Assignment Part III

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"

About

Getting Started with Java on Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 74.7%
  • Shell 14.6%
  • Batchfile 10.7%