Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wildlyinaccurate/trip-planner
- Owner: wildlyinaccurate
- Created: 2013-02-24T17:15:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-30T22:32:13.000Z (over 11 years ago)
- Last Synced: 2023-03-12T01:47:47.936Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://wildlyinaccurate.com/trip-planner/
- Size: 7.72 MB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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`.