@vandeurenglenn/pubsub-text

0.2.2 • Public • Published

<pubsub-text>

standard-readme compliant

Simple data bindings without the need of big frameworks.

Table of Contents

Install

npm i --save pubsub-text

Usage

<pubsub-text event="data.user.balance">User Balance:</pubsub-text>

<script type="module">
  import './node_modules/pubsub-text/src/text.js'
  
  pubSub.publish('data.user.balance', 0)
</script>

Maintainers

@vandeurenglenn

Contributing

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2020 Vandeuren Glenn

Readme

Keywords

none

Package Sidebar

Install

npm i @vandeurenglenn/pubsub-text

Weekly Downloads

1

Version

0.2.2

License

MIT

Unpacked Size

4.66 kB

Total Files

7

Last publish

Collaborators

  • vandeurenglenn