Epanastatis2020 / Informed-Travel-App

A simple app which allows a user to nominate a travel destination, and then see news and weather relevant to that area.
MIT License
0 stars 1 forks source link

Review API documentation, get successful call with Postman #7

Closed Epanastatis2020 closed 4 years ago

Epanastatis2020 commented 4 years ago

Get some successful basic calls with Weatherbit API & NewsAPI

Epanastatis2020 commented 4 years ago

Succesful call to weatherAPI using this query URL:

https://api.weatherbit.io/v2.0/current?city=Sydney&key=[ourAPIkey]

amightyrose commented 4 years ago

NewsAPI didn't work so now going with GNews API. Testing now.

amightyrose commented 4 years ago

Successfully made requests to GNews API. I believe this issue can be closed now.

amightyrose commented 4 years ago

All calls to APIs working.