Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjara authored Feb 1, 2017
1 parent c677a70 commit 0d05d0c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# netdb.io-plugins
netdb.io plugins.

This is the oficial repository for netdb.io

# 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
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.

## Current plugins
* host screenshot
*

## submit your plugin



## contributors so far
* @jamesjara

0 comments on commit 0d05d0c

Please sign in to comment.