All Projects → HubSpot → Facewall

HubSpot / Facewall

Licence: mit
Grid visualization of Gravatars for an organization

Programming Languages

coffeescript
4710 projects

Facewall

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

Watch the Video

Configuring

  • First thing you'll want to do is update the following files:

  • Next, you'll want to configure employees.coffee with either a URL or USER_JSON string. The format of the JSON needs to be the following:

{
   "users":[
      {
         "id": 1,
         "createdAt": 1282254176001,
         "email": "[email protected]",
         "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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].