Skip to content

A visualization of Yammer updates and conversations, Yammertime pulls content from your Yammer feed and displays it in a clean and simple wall interface.

License

Notifications You must be signed in to change notification settings

bolatovumar/yammertime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yammertime

A visualization of Yammer updates and conversations, Yammertime pulls content from your Yammer feed and displays it in a clean and simple wall interface. It is originally forked from ganeshtoday/yammerfall.

Yammertime is released under the MIT License.

Copyright (c) 2015 Ganesh Kumaraswamy, Umar Bolatov, Christopher Parsons.

Build Instructions

  1. Install NodeJS.

  2. Run npm install from command line at root project folder.

    This will read the package.json file and pull in all required node modules and put into a directory called node_modules. This directory is generated so it can be deleted and should not be checked into source control. If deleted, running npm install will re-create it.

  3. Use npm to build:

    • npm run-script build will create a debug/test version of the site (i.e. LESS compilation)
    • npm run-script production will create a production version of the site (i.e. JavaScript and CSS concatenated and minified)
    • npm run-script serve will create the debug/test version of the site, then create a simple testing server

About

A visualization of Yammer updates and conversations, Yammertime pulls content from your Yammer feed and displays it in a clean and simple wall interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.2%
  • CSS 20.5%
  • HTML 10.6%
  • Handlebars 7.7%