https://github.com/captaincluster/countryhub
A program that gives the user information about a country they want to search. The information is based on the data provided by restcountries.com API.
https://github.com/captaincluster/countryhub
api geography html javascript
Last synced: 4 months ago
JSON representation
A program that gives the user information about a country they want to search. The information is based on the data provided by restcountries.com API.
- Host: GitHub
- URL: https://github.com/captaincluster/countryhub
- Owner: CaptainCluster
- License: mit
- Created: 2023-07-11T07:39:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T12:40:11.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T02:40:28.707Z (over 1 year ago)
- Topics: api, geography, html, javascript
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CountryHub
A program that gives the user information about a country they want to search. The information is based on the data provided by restcountries.com API.
The program takes data from a url that is partially determined by the user input (the country which we want to find data from). The program fetches the
data, processes it and then displays that processed data. The API URL, when searched by country, has issues when trying to search information about
People's Republic of China. Normally it would display Taiwan on the HTML so changes to the code had to be made to guarantee information can be searched
conveniently regarding both of the countries.
What the user sees when he searches for information about Finland.