gautamgahlawat / delhi-tourist-spots-map

FEND Neighbourhood map

Home Page:https://gautamgahlawat.github.io/delhi-tourist-spots-map/dist/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delhi Tourist Spots Map

An Udacity FEND - Neighbourhood Map Project. It is a simple application that show top tourist spots around Delhi and their brief information using the wikipedia api. Information can checked by cliking on the respective marker or searching the place in the sidebar and selecting the place from the list.

About the Project (file directory)

The SRC folder contains all the original files, without optimization.

The DIST folder contains all the optimized and minified files.

All the associated files like: gruntfile, license, readme and package.json are outside in the main directory.

Installation Instructions

Try the LIVE (fast) version here

STEPS

Option 1

  1. Download all the files from here
  2. Unzip the file, open the dist folder and open the index.html in your browser and all the original filesare in src folder

Option 2

  1. Press the clone button and copy the link to the clipboard

  2. Open the terminal and write command cd /usr/name-of-folder to select the directory

  3. Write git clone and paste the link by pressing ctrl+shift+v or cmd+shift+v (on Mac) and press enter

  4. open the dist folder and open the index.html in your browser or inside src folder open index.html to experience the slow website

LIBRARIES/Framework/APIs Used

  1. Google Maps JavaScript API
  2. Knockout js
  3. Wikipedia api
  4. Grunt js

Sources

License

Change whatever and do whatever you want with it. Make it your own. :)

Licensed under MIT License detail here

About

FEND Neighbourhood map

https://gautamgahlawat.github.io/delhi-tourist-spots-map/dist/index.html

License:MIT License


Languages

Language:JavaScript 77.2%Language:HTML 12.4%Language:CSS 10.4%