From 1dc00f101d39c0dddc183c74aee5081feb6b2989 Mon Sep 17 00:00:00 2001 From: luxe Date: Wed, 10 Aug 2016 21:32:13 +0200 Subject: [PATCH] updated readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce5057a..9542347 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # burstcoin-network-observer -Simple webpage ... that refreshes every few seconds and shows the current miningInfo of given wallets/pools. +Simple webservice ... that refreshes every few seconds and shows the current miningInfo of given wallets/pools. Features: - Checks all given pools/wallets for their current state - Easy to run with included standalone tomcat server. +- json api via '/json' in url. Requirements: - java8