HubSpot / facewall

Grid visualization of Gravatars for an organization
http://github.hubspot.com/facewall/
MIT License
138 stars 38 forks source link

Facewall

An open-source version of HubSpot's Facewall and Facewall game.

Watch the Video

Configuring

{
   "users":[
      {
         "id": 1,
         "createdAt": 1282254176001,
         "email": "aschwartz@hubspot.com",
         "firstName": "Adam",
         "lastName": "Schwartz",
         "role": "Principal Software Engineer"
      },
      // ...
   ]
}

Running

Facewall is a Brunch app. To run it with no authentication simply run the following:

brunch watch --server -p PORT

Then navigate to:

http://localhost:PORT/facewall/

If you want to use SSL, you'll additionally need to set up stunnel. See the Stunnel README for more information.

Deploying

See Brunch's guide on deploying.