Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/siggy/heypic.js

node.js implementation of heypic.me, deprecated.
https://github.com/siggy/heypic.js

Last synced: about 1 month ago
JSON representation

node.js implementation of heypic.me, deprecated.

Awesome Lists containing this project

README

        

heypic.me on node.js
====================

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

npm install hiredis redis express socket.io geocoder

Booting redis
-------------

redis-server

Booting node
-----------

# development
node heypic_streamer.js
node heypic_processor.js
node heypic_server.js

# production
monit start heypic_streamer
monit start heypic_processor
monit start heypic_server