@mozart-js/mozart

1.0.5 • Public • Published

Mozart.js

🐦 The mozart way of get the user navigation on websites.

Getting Started

Download the script file clicking here

OR

Install package via npm:

npm install @mozart-js/mozart

Creating instance

<script src="mozart.min.js"></script> // Import downloaded script file
<script type="text/javascript">
  var options = {
    beforeUnload: undefined,
    post: {
      method: 'POST',
      href: '/leads'
    }
  };

  var Mozart = new Mozart(options);
</script>

Contribute

In first of all, fork the repo.

After clone the fork, make sure of install the dependencies, and the rollup as a globally dependency. To build files, use the rollup -c or by the npm script build.

Then, make a pull request with a nice description of changes.

License

MIT License.

Made with ❤️ by

Be part of this list too, contribute with us :)

Readme

Keywords

Package Sidebar

Install

npm i @mozart-js/mozart

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

91.9 kB

Total Files

10

Last publish

Collaborators

  • joaopjt