Skip to content

gyazbek/crowdsprout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrowdSprout

CrowdSprout is a crowd based seed generator built on Nodejs and Socket.io.

Build Status

Demo

Installation

Make sure to set the url and port where you plan to run the server in the script.js file within the /static/assets/scripts folder.

In our case it is 127.0.0.1:3700 when running locally.

var socket = io.connect('http://127.0.0.1:3700');

Notice the port which can be changed in the index.js. It is currently set to use Heroku ports if the PORT environment variable is set, or else default to 3700.

Install dependencies

$ cd projectroot
$ npm install

Run server

$ node index.js

If successful you can browse http://127.0.0.1:3700

  • If you want console information set the NODE_ENV environment variable to development.

Heroku

Deploy

Todos

  • Introduce more entropy to the data from server side
  • Add more 'activities' that users can perform on frontend to generate data

License

MIT

  • Do what you will

About

Crowd Sprout is a crowd sourced random data generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published