Weather May I
Number of APIs: 3
Weather May I is a collection of APIs created to use the zip code to determine the current weather and if you should have indoor or outdoor activities in the specified area.
The API keys and tokens used in this example are invalid. Please acquire your own keys and tokens from each provider.
Check out the Twitter account used for this collection example by clicking the screenshot below:
[![Weather May I]
-
OpenWeather - Temp -Weather GET api.openweathermap.org/data/2.5/weather?zip={{zipcode}}&appid={{api-key}}
-
Tweet Information POST https://api.twitter.com/1.1/statuses/update.json?status=The weather in {{thecity}} is {{weather}} and {{temp}} °F. AQI is {{AQI}}, air quality is {{aq}}. You can have {{activity}} activites today. {{jacket}}
-
AirNow - AQI GET https://www.airnowapi.org/aq/observation/zipCode/current/?format=application/json&distance=25&API_KEY={{airnowkey}}&zipCode={{zipcode}}