Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fmonge authored Feb 1, 2017
1 parent 6a9f1d7 commit 5e52f32
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -18,10 +19,12 @@ QUite simple.
* host screenshot
*

## submit your plugin
## Submit your plugin



## Contributors so far

## contributors so far
* @jamesjara


0 comments on commit 5e52f32

Please sign in to comment.