Skip to content

elropero/leaflet_roper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leaflet_roper

This project demonstrates usage of the Leaflet mapping SDK. It comprises:

  • Simple node.js backend generated via the express generator
  • Jade-based view templates
  • A single client-side view a Leaflet map using Google Maps tiles, and some data points about me!

Demo: https://ropermap.herokuapp.com

Installation

To run locally:

  1. Clone this repo: git clone https://github.com/elropero/leaflet_roper.git
  2. Make sure you have node.js installed on your system
  3. Install package dependencies from within the project folder: npm install
  4. Start the app: npm install
  5. Open the site on your local browser: http://localhost:3000

Usage

Click the markers on the map to learn about me. Double click areas to zoom in.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT http://rem.mit-license.org

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published