animatedModal JS setup

I’m looking at setting up animatedModal on my website but I am having troubles connecting the JS. This is the suggested setup from animatedModal.js

I’m not sure about the second script. Am I supposed to be hosting this somewhere? Any help connecting the JS to Webflow is appreciated.

Thanks,

<head>
  <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.0/animate.min.css">
</head>

<body>
  <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  <script src="yourPath/animatedModal.min.js"></script>
</body>

Put this in Page Settings > Custom Code > Footer Code

<script src="https://cdn.rawgit.com/joaopereirawd/animatedModal.js/master/animatedModal.min.js"></script>
<script>
Webflow.push(function() {
  // Your code here
});
</script>