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

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.

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.