Edit sentence wording/structure on line 39 (#20889)

This commit is contained in:
llamousse
2018-11-03 18:41:32 -07:00
committed by Christopher McCormack
parent a42234833e
commit 23c5625066

View File

@ -36,7 +36,7 @@ Having access to an API generally means having access to a large amount of organ
Source: [Open Weather API](https://openweathermap.org/current)
In the example above, a developer made a request for the current weather at a specific latitude and longitude, and the server responded with a *JSON object* about wind, rain, and clouds for that location. Services that you use every day are made with tons of request and response cycles like this.
In the example above, a developer made a request for the current weather at a specific latitude and longitude, and the server responded with a *JSON object* about the wind, rain, and clouds for that location. Services that you use every day are made with many request and response cycles such as this.
<strong>Here are Top 10 APIs for beginners </strong>