@alfredblake/utils
v1.0.4
Published
Helper functions to build a client for blake-ng.
Readme
@alfredblake/utils
@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/utilExample
const { displayPrice } = require("@alfredblake/utils");
const price = displayPrice(1200);Contribute
See contribute
License
MIT - See licence
