1.2.0 • Published 5 years ago

@interconnectit/hadrian v1.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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.

1.2.0

5 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago