Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

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

habaneroconsulting/yammertime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yammertime devDependency Status Build status

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) 2016 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