Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.
/ usercache Public archive

The Usercache component implements a synchronous interface for working with GoInstant users and is used in various GoInstant widgets.

License

Notifications You must be signed in to change notification settings

goinstant/usercache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Usercache

The Usercache component implements a synchronous interface for working with GoInstant users and is used in various GoInstant widgets.

Contributing

Development Dependencies

Set-Up

The following assumes that you have already installed the dependencies above.

git clone https://github.com/goinstant/usercache.git
cd usercache
npm install

Building Usercache for Development

Usercache is built as a component. Feel free to manually install dependencies and build using the component command line tool.

For convenience, we've included a simple grunt command for installing component dependencies and building:

grunt build

If this command runs succesfully you'll now have components and build directories in your Git repo root.

Running Tests

Tests are written in mocha. They're run in an HTML file.

Just open the test/index.html file to run the tests.

On Mac OS, you can just run this command to open the HTML Runner in your default browser:

open test/index.html

About

The Usercache component implements a synchronous interface for working with GoInstant users and is used in various GoInstant widgets.

Resources

License

Stars

Watchers

Forks

Packages

No packages published