Skip to content

Instantly share code, notes, and snippets.

View jffry's full-sized avatar
💭
<script>alert('👋')</script>

Jeffrey Stanton jffry

💭
<script>alert('👋')</script>
  • <script>alert("company");</script>
  • <script>navigator.geolocation.getCurrentPosition(alert);</script>
View GitHub Profile
@jffry
jffry / inkplate10_hurricane.ino
Last active September 1, 2024 15:55
Inkplate 10 code to show current hurricane forecast
/*
Shows the current Atlantic tropical weather outlook from the National Hurricane Center,
which is a part of the US NOAA. Refreshes hourly to ensure the image is up to date
(the actual forecast usually updates twice per day)
Automatically sleeps between refreshes so this is extremely battery efficient.
Written by Jeffrey Stanton; I release this code under the terms of CC0-1.0
(https://creativecommons.org/publicdomain/zero/1.0) in the hopes you will
find something useful in here for your own cool projects!