Skip to content

Commit

Permalink
fuller README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jader Dias committed Jul 6, 2015
1 parent 8597a2f commit f81da50
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
[documentation on godoc.org](//godoc.org/github.com/JaderDias/movingmedian "package movingmedian")
movingmedian
==========

[![Build Status](https://drone.io/github.com/JaderDias/movingmedian/status.png)](https://drone.io/github.com/JaderDias/movingmedian/latest)

Description
-----------

Package movingmedian computes the median of a windowed stream of data.

Installation
------------

This package can be installed with the go get command:

go get github.com/JaderDias/movingmedian

Documentation
-------------

API documentation can be found [on godoc.org](//godoc.org/github.com/JaderDias/movingmedian "package movingmedian")

0 comments on commit f81da50

Please sign in to comment.