Skip to content

not-hive/hive-home

Repository files navigation

Hive Home

A wrapper for the Hive Home API.

Version 1.1

Installation

Node.js

$ npm i hive-home

In the browser

<script src="https://cdn.jsdelivr.net/npm/hive-home@1/dist/hive-home.min.js"></script>
<script>
  console.log('This is HiveHome version', HiveHome.VERSION);
</script>

Development

Test

$ npm run test

Build

$ npm run build