No description
  • TypeScript 99.9%
Find a file
Grey Lovrenich aa9bdbca4d Expand to 20 airports and add NWS official settled temperature pipeline
- Seed airports expanded from 10 to 20 (all Kalshi temperature contract cities)
- New ClimateReport model + nws-climate lib to fetch NWS Daily CLI numbers
- New cron (daily 9am ET) + queue to fetch official high/low per airport
- Live airport API now joins yesterday's ClimateReport and surfaces officialHigh/Low
- AirportList card shows yesterday's official settled temps (NWS/CDO) with pending fallback
- Bootstrap upsert is now idempotent (bulkWrite $setOnInsert) — safe to re-run
- Prediction settlement moved out of verify-airport-forecast into the climate report job
- Polymarket location map and Kalshi series map updated for all 20 cities
- Polymarket event fetch limit raised to 500 for better coverage

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 16:39:11 -07:00
.claude Initial commit — WeatherPrep Next.js app 2026-05-04 23:35:53 -07:00
app Expand to 20 airports and add NWS official settled temperature pipeline 2026-05-12 16:39:11 -07:00
components Expand to 20 airports and add NWS official settled temperature pipeline 2026-05-12 16:39:11 -07:00
lib Expand to 20 airports and add NWS official settled temperature pipeline 2026-05-12 16:39:11 -07:00
models Expand to 20 airports and add NWS official settled temperature pipeline 2026-05-12 16:39:11 -07:00
public Add public directory required by Next.js Dockerfile 2026-05-04 23:47:55 -07:00
scripts Initial commit — WeatherPrep Next.js app 2026-05-04 23:35:53 -07:00
types Fix build failures: peer dep conflict and TypeScript errors 2026-05-04 23:42:36 -07:00
.env.example Initial commit — WeatherPrep Next.js app 2026-05-04 23:35:53 -07:00
.env.production Fix buildAppUrl by committing NEXT_PUBLIC_APP_URL in .env.production 2026-05-06 00:07:35 -07:00
.gitignore Initial commit — WeatherPrep Next.js app 2026-05-04 23:35:53 -07:00
.npmrc Fix build failures: peer dep conflict and TypeScript errors 2026-05-04 23:42:36 -07:00
.tawa.yaml Migrate maps from react-simple-maps to react-leaflet with satellite/dark tile layers 2026-05-06 13:57:19 -07:00
catalog-info.yaml Expand to 20 airports and add NWS official settled temperature pipeline 2026-05-12 16:39:11 -07:00
middleware.ts Fix session verification using platform SDK and correct token claims 2026-05-05 00:17:24 -07:00
next.config.ts Initial commit — WeatherPrep Next.js app 2026-05-04 23:35:53 -07:00
package-lock.json Migrate maps from react-simple-maps to react-leaflet with satellite/dark tile layers 2026-05-06 13:57:19 -07:00
package.json Migrate maps from react-simple-maps to react-leaflet with satellite/dark tile layers 2026-05-06 13:57:19 -07:00
postcss.config.js Initial commit — WeatherPrep Next.js app 2026-05-04 23:35:53 -07:00
tailwind.config.ts Initial commit — WeatherPrep Next.js app 2026-05-04 23:35:53 -07:00
tsconfig.json Initial commit — WeatherPrep Next.js app 2026-05-04 23:35:53 -07:00