Skip to content

Commit

Permalink
Add docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
msqr committed May 10, 2024
1 parent 52ae40b commit 6fb34cd
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>SolarNetwork API: Datum Loader (JavaScript)</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
</head>
<body>
<main class="container my-3">
<h1>SolarNetwork API: Datum Loader (JavaScript)</h1>

<p>
solarnetwork-datum-loader is a JavaScript library to make it easy to
query datum streams with the
<a
href="https://github.com/SolarNetwork/solarnetwork/wiki/SolarQuery-API"
target="_blank"
>SolarQuery API</a
>.
</p>
<p>
See the
<a
href="https://github.com/SolarNetwork/solarnetwork-example-ts-datum-loader/"
target="_blank"
>Example TypeScript Datum Loader</a
>
project for an example web app that uses this library.
</p>
</main>
<section class="container my-5">
<h2>API Documentation</h2>
<p>
See the <a href="html/index.html">API docs</a> for more information.
</p>
</section>
<section class="container my-5">
<h2>Source code</h2>
<p>
The source code is
<a href="https://github.com/SolarNetwork/sn-datum-loader-js"
>available on GitHub</a
>.
</p>
</section>
</body>
</html>

0 comments on commit 6fb34cd

Please sign in to comment.