-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|