0.1.2 • Published 6 years ago

@lobsangnet/lobsang-formatter-matrix v0.1.2

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

@lobsangnet/lobsang-formatter-matrix

Formats a message so you can use it with matrix-js-sdk.

Badges

CircleCI for continous integration codecov for coverage report summary Maintainability Greenkeeper for keeping dependencies up-to-date JavaScript Style Guide Known Vulnerabilities are searched for by SNYK

NPM package @lobsangnet/lobsang-formatter-matrix

See lobsang.network for details.

Usage

const lobsangFormatterMatrix = require('@lobsangnet/lobsang-formatter-matrix')

const message = 'My message'
lobsangFormatterMatrix(message)
  .then((formattedMessage) => console.log(formattedMessage))

License

Apache License. See LICENSE.txt.