An open API service indexing awesome lists of open source software.

https://github.com/mtchavez/blooming

Super basic interface to Bloomd filters
https://github.com/mtchavez/blooming

Last synced: over 1 year ago
JSON representation

Super basic interface to Bloomd filters

Awesome Lists containing this project

README

          

# blooming

Super basic interface for viewing [bloomd](http://github.com/armon/bloomd) filters and details.

## Requirements

* Ruby
* Redis

## Setup

* `bundle install`
* Ensure redis is running locally

## Running

* `ruby server.rb` or `rackup`
* Visit `localhost:4567`

## TODO

* Live stream graph of filter stats if useful.