From 5e52f328f22b975421b698a9bd4440395162e1f5 Mon Sep 17 00:00:00 2001 From: fabianmg Date: Tue, 31 Jan 2017 22:32:23 -0600 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cc7e400..c8029f3 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ # netdb.io-plugins netdb.io plugins. -This is the oficial repository for netdb.io +## This is the oficial repository for netdb.io -## What is a netdb plugin +## What is a netdb plugin? Plugins are tools that will run agains the dataset of specific workspace. PLugins run sandboxed, so no plugin can comunicate with the netdb software, but netdb suftware can. Plugin trying to access to the netdb platform itself, will be deleted. ## Coding standars -## how it works +## How it works? QUite simple. + 1. netdb will dispatch to your html, postMesage event with an array. 2. Array will contain two key:values which are: data and configuration. 3. Then.. You will recivie the event message, and do something with the data and config. @@ -18,10 +19,12 @@ QUite simple. * host screenshot * -## submit your plugin +## Submit your plugin + +## Contributors so far -## contributors so far * @jamesjara +