Skip to content

gianluigi-icit/hadrian-js

 
 

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="//cdn.jsdelivr.net/npm/@interconnectit/hadrian/dist/hadrian.min.js"></script>

Usage

hadrian('your-site-uuid')
    .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 [email protected] instead of using the issue tracker.

Credits

License

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%