Number of APIs: 3
This collection acts as a weather bot for you which posts the current weather to a specified Slack channel. For the setup, you will need three things. Once you have all these three, you can add them to the attached environment and your collection is ready for use. A sample weather report on Slack would look something like this.Setup:
GET https://maps.googleapis.com/maps/api/geocode/json?address={{location}}&key={{GeocodingAPIKey}}
This request calls the Google Maps API to fetch the coordinates (latitude and longitude) of the specified place.
GET https://api.darksky.net/forecast/{{ForecastAPIKey}}/{{latLong}}
POST {{slackWebhookUrl}}