Map of a place you are interested in visiting. By putting different markers in the map, you can get access to wikipedia links and flickr photos of the places.
Mainly javascript with a pint of Jquery.
The program uses api from google, wikipedia and flickr. Therefore you will need api keys to access services from google (https://developers.google.com/maps/documentation/javascript/get-api-key) and flickr (https://www.flickr.com/services/api/misc.api_keys.html).
To start using:
- Download or clone the repository
- Get your api keys and put them in their respective places
- Download the flickr api module with npm install flickrapi
- Open index.html in the browser