Install the Script

After you download the script, you should extract the script files to your web server. You can place the JS and CSS in whatever folder you want to, as long as you can access it by adding a css and JS reference.

The script folder contains the following files: weather.min.css weather.min.js

Please place those files in the appropriate locations and reference them in your HTML by using the following code:

Header Scripts

<link href="/folder-to-your-js/weather.min.css" rel="stylesheet">

Footer Scripts

This script required jQuery and must be placed after reference to jQuery.

<script src="/folder-to-your-js/weather.min.js"></script>

Last updated