@alfredblake/utils

Helper functions to build a client for blake-ng.

Usage no npm install needed!

<script type="module">
  import alfredblakeUtils from 'https://cdn.skypack.dev/@alfredblake/utils';
</script>

README

@alfredblake/utils

npm version Known Vulnerabilities Licence MIT tested with jest codecov

@alfredblake/utils is a collection of function used to build clients for Alfred Blakes api. We are also practising dogfooding, and uses the same functions for our own clients and server software.

Install

Installation of the npm

npm install @alfredblake/util

Example

const { displayPrice } = require("@alfredblake/utils");

const price = displayPrice(1200);

Contribute

See contribute

License

MIT - See licence