Skip to content

Commit

Permalink
Update README and add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Apr 7, 2016
1 parent e604da7 commit 6361756
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: node_js
node_js:
- "4.0"
before_script:
- npm run build
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Cimice
# [Cimice](http://artf.github.io/cimice)

[![Build Status](https://travis-ci.org/artf/cimice.svg?branch=master)](https://travis-ci.org/artf/cimice)

Cimice is an experimental user session recorder. The goal is to recreate, at least in part, the core function of already popular cloud services available online ([see below](#cool-cloud-services)).

<p align="center"><img src="http://artf.github.io/cimice/public/images/cimice-demo.gif" alt="Cimice" width="100%" align="center"/></p>


## Features

* Built-in support for `click`, `mousemove`, `scroll` and `resize` events
Expand Down

0 comments on commit 6361756

Please sign in to comment.