Reach Places of Interest

Number of APIs: 4

This collection helps you get all the places of Interests:

  1. within an area of a given radius of a place
  2. find the cheapest taxi fares to those places via the Uber API.

Simply input your current coordinates and Slack message will be sent to your slack webhook url shortly containing info about all such places.

Requirements

  1. Get Points Of Interest GET https://maps.googleapis.com/maps/api/place/textsearch/json?query={{query}}&key={{googleAPIKey}}

  2. Post to Slack POST https://hooks.slack.com/services/{{slackWebHookURL}}

  3. Get Place Coordinates GET https://maps.googleapis.com/maps/api/place/textsearch/json?query={{Place}}&key={{googleAPIKey}}

  4. Get Uber Ride Estimate GET https://api.uber.com/v1.2/estimates/price?start_latitude={{latitude}}&start_longitude={{longitude}}&end_latitude={{end_latitude}}&end_longitude={{end_longitude}}