Skip to content

Instantly share code, notes, and snippets.

View subkitio's full-sized avatar

subkit.io subkitio

View GitHub Profile
@subkitio
subkitio / howto-pouchdb-html.tpl-ejs.html
Last active December 17, 2015 07:29 — forked from subkitsupport/howto-pouchdb-html.tpl-ejs.html
How to PouchDB Access using Store API Template
<!DOCTYPE html>
<html lang="en">
<head><title>Access to Store-API using PouchDB</title></head>
<body>
<h1>Access to Store-API using PouchDB</h1>
<content></content>
</body>
<script src="//cdn.jsdelivr.net/pouchdb/5.1.0/pouchdb.min.js"></script>
<script src="//cdn.jsdelivr.net/jquery/3.0.0-alpha1/jquery.min.js"></script>
<script>