Image credits:
Texture image: Reto Stöckli, NASA Earth Observatory
Normal map image: Imagery by Jesse Allen, NASA's Earth Observatory, using data from the General Bathymetric Chart of the Oceans (GEBCO) produced by the British Oceanographic Data Centre
Landlosen is a solution to the assignment for candidates for internship at SmartGIS.
It is not meant to be used as a stable source of information, but to be used as a basis for a technical interview for applicants to a job position.
Landlosen is Norwegian and is put together from two words, "land" and "los". "Land" means both country and land, and "los" means guide or navigator. Landlosen can be translated to "country guide", which is what this service does through the RestCountries API.
This is not provided here, due to it being a time-limited task which is likely the same as other interviewees get. Therefore it is withheld by me.
From your wanted folder to run it from, open a terminal and enter:
git clone https://github.com/Scandiking/Landlosen
Then unzip the folder to wanted location.
cd
to that location. Example:
cd C:/Users/YourName/ThisDownload
If the terminal now says something like
C:/Users/YourName/ThisDownload>
Then you can write
npm run dev
And now it should open in your standard browser.
If you are not used to using the terminal, you can do it the point-and-click-way:
.bat
-file.zip
directly from here or click the green Code-button on this page and click Download ZIP
in the dropdown menu.RUN_ME.bat
file.GET
-es er på engelsk. Det tilbys likevel noen lokale oversettelser i dette prosjektet, men denne listen er ikke endelig. Litauen blir for eksempel Litauen, mens Elfenbenskysten forblir Ivory Coast...countries.ts
.This is running locally, from your machine, but reading data from RestCountries. That means if that site is down, which is likely due to their capacity worries, you won't be able to get any results, and just browse a "shell" without any content.
Det er en del blanding av norsk og engelsk.
Flowbite component library var ikke så greit å jobbe med, derfor er det skrevet egne løsninger innimellom for større detaljkontroll...
CSS burde vært global, men er per-page for øyeblikket.