Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
= findplace
== Installation
=== The master branch supports versions >= Rails 3
Add the gem to the gemfile: gem "findplace"
== Usage
To find a location near you:
* FindPlace.search_nearby(google_places_api_key,client_ip,type)
eg: FindPlace.search_nearby("goole_api_key",10.10.10.10,"school")
returns the array of locations of all the schools within 5000 meters of the location of the IP 10.10.10.10
* If the google_api_key is invalid,result would be "Invalid API key"
* If the Geocoder doesnot respond before time out,response would be "No Results,Request Time Out"
* If the request doesnot produce any results,response would be "Sorryyy...No results for your request"
== Comments/Requests
== Note on Patches/Pull Requests
== Contributers
This list is open to all. You are all welcome :).
Manisha Haridas
Anil Dias Davis
Sooraj S
Anand Ponnappan
Copyright (c) 2013 QBurst(qbruby@qburst.com). See LICENSE.txt for further details.
FAQs
Unknown package
We found that findplace demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.