barometer
barometer copied to clipboard
charset="utf-8" is not necessary on script tags
the example script tag at the end uses charset="utf-8", which is not necessary according to validator.w3.org for tags that do not use src (since the charset is determined by the page I guess).