An open API service indexing awesome lists of open source software.

https://github.com/tilap/tripmemore-mockup


https://github.com/tilap/tripmemore-mockup

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Tripmemore Mockup

Web frontend mockup for the TripMeMore project during [Welean 3rd session](http://welean.it).

A single screen to display a pin list and locations on a map, with details in a popup.

See the result on the [demo page](http://tilap.github.io/tripmemore-mockup/).

## Install

```
git clone https://github.com/tilap/tripmemore-mockup.git
cd tripmemore-mockup
make install
make watch
```

You can the view the page on [http://localhost:4000](http://localhost:4000) (or any other port you've set up in the config file).

## Developper note

This mockup is built over [Gulppage](https://github.com/tilap/gulppage) simple dev front-end framework.

This mockup is built with :
- [jquery](http://jquery.com/)
- [bootstrap](http://getbootstrap.com/)
- [leaflet](http://leafletjs.com/) and the leaflet plugin [markercluster](https://github.com/Leaflet/Leaflet.markercluster)
- [ejs](http://www.embeddedjs.com/)
- [magnific popup](http://dimsemenov.com/plugins/magnific-popup/)
- [tooltipster](http://iamceege.github.io/tooltipster/)