An open API service indexing awesome lists of open source software.

https://github.com/maciejkuran/fountry

Search for any country in the world 🌍, get valuable information, and geolocation on the world map, explore amazing photographs, and receive helpful source links to Wikipedia articles.
https://github.com/maciejkuran/fountry

api api-rest countries countries-data javascript leaflet-map leafletjs rest-countries-api unsplash-api webapp wikipedia-api

Last synced: 8 months ago
JSON representation

Search for any country in the world 🌍, get valuable information, and geolocation on the world map, explore amazing photographs, and receive helpful source links to Wikipedia articles.

Awesome Lists containing this project

README

          

# Find a country with fountry

The fountry app is my next project, this time practicing `asynchronous` tasks in JavaScript. I developed fountry in the MVC architecture pattern. I focused on the architecture of the application and a good, logical division of the code.

This project is complex in the context of `fetching data` from various APIs: `Rest Countries API`, `Unsplash.com API`, `Wikipedia API`. I also used the `Leaflet library` (interactive maps) to render `coords` of a country/capital.

I tried to work out every detail, from formatting `user input` to handling and throwing `errors` if something went wrong when `fetching` data.

## What is fountry ?

The fountry app allows you to search for any country in the world, provides basic information, geo location on the world map, amazing photographs and helpful source links to Wikipedia articles.

🌍[fountry - LIVE APP](https://fountry.maciejkuran.com)

## UI Design