dideryjs

Javascript client library for didery.

Usage no npm install needed!

<script type="module">
  import dideryjs from 'https://cdn.skypack.dev/dideryjs';
</script>

README

Documentation Status Build Status License

Overview

dideryJS is a JavaScript client library for distributed didery servers.

Download

To keep the npm version of dideryJS lightweight only files necessary for distribution have been included. For a full copy of dideryJS including its examples and unit tests, please go to github and follow the installation instructions there. To download dideryJS using npm run the following terminal command:

$ npm install dideryjs

To save dideryJS as a project dependency run either

$ npm install --save-dev dideryjs

for a development dependency, or

$ npm install --save dideryjs

for a production dependency.

Usage

For a full overview of how to use dideryJS please refer to the documentation here.