Quiz 6 - Javascript
use following API
https://restcountries.eu/rest/v1/name/india?fullText=true
Prompt user for country name in text box
display back region, subregion, capital of the country, then for each of the borders, use the API below and display bordering country names
https://restcountries.eu/rest/v1/alpha/pak
For Example, if user entered India, display back:
https://restcountries.eu/rest/v1/name/india?fullText=true
Prompt user for country name in text box
display back region, subregion, capital of the country, then for each of the borders, use the API below and display bordering country names
https://restcountries.eu/rest/v1/alpha/pak
For Example, if user entered India, display back:
- region: Asia",
- subregion: "Southern Asia"