Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wildlyinaccurate/trip-planner

A simple Google Maps interface for planning trips with multiple stops.
https://github.com/wildlyinaccurate/trip-planner

Last synced: 5 days ago
JSON representation

A simple Google Maps interface for planning trips with multiple stops.

Awesome Lists containing this project

README

        

# Trip Planner

## Requirements

* [Grunt](http://gruntjs.com/)
* [Bower](http://twitter.github.com/bower/)

## Setup

* Resolve all dependencies with `npm install`
* Install components with `bower install`

## Running the project

You can run the project locally with `grunt server`, or you can fully build the project to the `dist` directory with `grunt build`.