@interconnectit/hadrian

1.2.0 • Public • Published

Hadrian

build status code style

This is where your description should go. Try and limit it to a paragraph or two.

Install

Via NPM

$ npm install --save @interconnectit/hadrian

Via CDN

<script src="//unpkg.com/@interconnectit/hadrian/dist/hadrian.min.js"></script>

Usage

hadrian()
    .on({user: {subscription: 'gold'}}, function () {
        $('.popup_subscription_gold').show()
    })
    .on({user: {subscription: 'silver'}}, function () {
        $('.popup_subscription_silver').show()
    })
    ...
    .evaluate({
        post_id: 1,
        post_title: 'Lorem ipsum dolor sit amet',
        ...
    })

Testing

$ npm run test

Contributing

Please see Contributing Guide and Code of Conduct for details.

Security

If you discover any security related issues, please email support@interconnectit.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Dependencies (4)

Dev Dependencies (12)

Package Sidebar

Install

npm i @interconnectit/hadrian

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

1.49 MB

Total Files

21

Last publish

Collaborators

  • claire-icit
  • evgenii-icit
  • gianluigi-icit