binwilly / wifi2use

Wi-Fi 2 Go is a mobile app designed to share wi-fi passwords for public-access places that protect their wi-fi.
0 stars 0 forks source link

Query API needs POST w/latlng parameters #1

Closed nameghino closed 11 years ago

nameghino commented 11 years ago

The API MUST have a method that receives a latitude-longitude pair and outputs the wi-fi database query

binwilly commented 11 years ago

Done :package: , now we need add data and fetch location from foursquare :P

Example: ulr: localhost:8080/api/1/wifi body: { "latitude": 2332232, "longitude": 3234443 }