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

https://github.com/pgiraud/osmtm_express


https://github.com/pgiraud/osmtm_express

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

An attempt to do the same as in OSMTM but using javascript (nodejs, expressjs,
couchdb) instead of python (pyramid, imposm).

Installation
------------

Install node.

Install some node modules

npm install express
npm install jade
npm install cradle
npm install -g coffee-script

Install couchdb by following instructions.

Create the database and some data

node setup.js

The above may need to be launch several times.

Launch application

coffee app.coffee

Or

npm install -g supervisor
supervisor -p app.coffee