Skip to content

First release of places project

Latest
Compare
Choose a tag to compare
@remnov remnov released this 12 Sep 19:10

Application is packed to one jar file.
It provides RESTful API which allows to find places in specific country and city using Facebook API.

Run command:
java -jar places-1.0-SNAPSHOT.jar

To find specific place issue GET request like in example below:

http://localhost/poland/bydgoszcz/pizza

It will return JSON or list of JSONs with places which contains its name and geolocation (longitude and latitude).