Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.3 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.3 KB

earth_interest earth_interest3 earth_interest4 earth_interest5 earth_interest2

Earth-Interest

An informative, educational and interesting app utilising Node package APIs. Access basic information on any country in the world.

To load the file, just head to localhost/3000 in your browser with your express.js server running.

Run app.js and then load the html pages.

Uses 'bootstrap-select' to style the dropdown menus.

I discovered some errors in the node packages I used, such as undefined data in its arrays. I have looped through these and skipped them via 'continue', so as not to display "undefined" in the country select array.

There are two main search sections in the nav: both allow the selection of countries and the returning of information, but each one returns different data.