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

https://github.com/killercodemonkey/nomure

NoMuRe
https://github.com/killercodemonkey/nomure

Last synced: about 1 month ago
JSON representation

NoMuRe

Awesome Lists containing this project

README

        

NoMuRe
======

* NoMuRe = NodeJS + Mustache + Rendering (^^)
* used modules:
* http
* mu2 (https://npmjs.org/package/mu2)

* render a simple page with same variables and a condition

* for static filehandling (images) you have to configure this handling in the nodeapp (simple with express)

Installation
============
* install nodejs
* navigate in the basedir of the app
* run "npm install" (to install all dependencies)
* start app with "node index.js"
* open "localhost:8000" in your browser