Skip to content

Instantly share code, notes, and snippets.

View nb1page's full-sized avatar

NBrowser One Page nb1page

View GitHub Profile
@nb1page
nb1page / index.html
Created June 10, 2020 14:01 — forked from zocean/index.html
A minimal example of usage of the nb-dispatch Javascript library
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>An exmaple of nb-dispatch</title>
<!-- Load nb-dispatch library -->
<script src="https://unpkg.com/@nucleome/nb-dispatch"></script>
</head>
<body>
<p>This is a minimal example showing how to create a customized website to communicate with Nucleome Browser using <a href="https://github.com/nucleome/nb-dispatch">nb-dispatch</a></p>
@nb1page
nb1page / index.html
Last active May 21, 2020 18:50 — forked from nimezhu/index.html
NB-Dispatch Programmable Test
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>NB-Dispatch-Programmable</title>
<script src="https://unpkg.com/@nucleome/nb-dispatch"></script>
</head>