Skip to content

Commit

Permalink
Merge pull request #14 from jowc/rest-countries
Browse files Browse the repository at this point in the history
Added rest countries api.
  • Loading branch information
markodenic authored Jan 13, 2024
2 parents c166bec + 5a2f8e4 commit 4757527
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Initially created by [Marko](https://markodenic.com).

- [Development](#development)
- [Weather](#weather)
- [Location](#location)
- [Quotes](#quotes)
- [Books](#books)
- [Blogs](#blogs)
Expand All @@ -42,6 +43,12 @@ Initially created by [Marko](https://markodenic.com).
| [WeatherAPI](https://www.weatherapi.com/) | WeatherAPI.com provides access to weather and geo data via a JSON/XML restful API. |
| [OpenWeatherMap](https://openweathermap.org/api)| Get weather data for any location on the globe immediately.|

## Location:

| API | Description |
| ------- | ----------- |
| [RestCountries](https://restcountries.com/) | Get information about countries |

## Quotes:

| API | Description |
Expand Down

0 comments on commit 4757527

Please sign in to comment.