chore: updated /now page 78fdcf1e
Steve Simkins · 2026-06-21 01:24 1 file(s) · +7 −7
src/pages/now/index.astro +7 −7
10 10
	description: "What I'm up to recently",
11 11
};
12 12
13 -
const STATION = "MRX";
14 -
const GRID_X = "23";
15 -
const GRID_Y = "5";
16 -
const LOCATION = "Lookout Mountain, TN";
13 +
const STATION = "PQR";
14 +
const GRID_X = "115";
15 +
const GRID_Y = "103";
16 +
const LOCATION = "Portland, OR";
17 17
18 18
const forecastRequest = await fetch(
19 19
	`https://api.weather.gov/gridpoints/${STATION}/${GRID_X},${GRID_Y}/forecast/hourly`,
48 48
      </li>
49 49
      <li>Updating this site with fun stuff</li>
50 50
      <li>Learning how to build HTTP from TCP in Go</li>
51 -
      <li>Exploring Chinese loose leaf tea</li>
51 +
      <li>Spending some time in Oregon</li>
52 52
      <li>Watching birds</li>
53 -
      <li>Reading Dubliners</li>
53 +
      <li>Reading The Count of Monte Cristo</li>
54 54
    </ul>
55 -
    <p class="text-zinc-400">Last updated: May 9th, 2026</p>
55 +
    <p class="text-zinc-400">Last updated: Jun 21st, 2026</p>
56 56
    <div class="flex flex-row justify-between items-center w-full pt-12 pb-6">
57 57
      <h2 class="title">Updates</h2>
58 58
      <div class="flex gap-2 items-center">