https://github.com/chrisbo246/tinyroadbook
A minimalist route planner allowing to extract city names from a map.
https://github.com/chrisbo246/tinyroadbook
application map nominatim openlayers openstreetmaps roadbook route-planner
Last synced: 7 months ago
JSON representation
A minimalist route planner allowing to extract city names from a map.
- Host: GitHub
- URL: https://github.com/chrisbo246/tinyroadbook
- Owner: chrisbo246
- Created: 2016-01-12T15:09:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T23:54:35.000Z (over 8 years ago)
- Last Synced: 2025-01-09T15:45:53.655Z (9 months ago)
- Topics: application, map, nominatim, openlayers, openstreetmaps, roadbook, route-planner
- Language: CSS
- Homepage: http://chrisbo246.github.io/tinyroadbook/
- Size: 9.07 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# [TINY]ROADBOOK
[website](https://chrisbo246.github.io/tinyroadbook/) | [twitter](https://twitter.com/tinyroadbook)
Edit a compact paper roadbook with just few clicks on a map. Always on hand, battery free and costless. That's all you need for long way road trips!
![[TINY]ROADBOOK](screenshot.png)
- Geocoding
- This application is powered by the fair use Nominatim web service provided by OpenStreetMap.
- Maps
- Maps are provided by openstreetmap.org, opencyclemap.org, open.mapquest.com and waymarkedtrails.org (lonvia).
- Libraries
- Twitter Bootstrap, Openlayers, Yeoman and other awesome open-source libraries.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisities
Install [Node](https://nodejs.org/en/download/) on your local machine then download dependencies.
```
npm install -g gulp-cli bower yo generator-webapp
```
### Installing
Install NPM and Bower required packages.
```
npm install
bower install
```
### Testing
```
gulp serve
```
[http://localhost:9000/](http://localhost:9000/)
## Deployment
```
gulp build
```
Then upload the **dist** directory content to your web server.
## Bugs
Please use the [GitHub issue tracker](https://github.com/chrisbo246/tinyroadbook/issues) for all bugs and feature requests. Before creating a new issue, do a quick search to see if the problem has been reported already.
## Author
[chrisbo246](https://github.com/chrisbo246)
See also the list of [contributors](https://github.com/chrisbo246/tinyroadbook/contributors) who participated in this project.