Skip to main content
ClaudeWave

crosbynews

ToolsRegistry oficial1 estrellas0 forksJavaScriptActualizado today
Get started
Method: Clone
Terminal
git clone https://github.com/reloru/new-relo
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Casos de uso

Resumen de Tools

# crosbynews.com

Live weather and local news for **Crosby, Texas** — fast, ad-free, no trackers.
The whole site is a single [Cloudflare Worker](https://workers.cloudflare.com/)
with no framework and no runtime dependencies.

### → **[crosbynews.com](https://crosbynews.com)**

## What it does

- **[Weather](https://crosbynews.com/weather)** — current conditions, a 12-hour
  strip, a 7-day forecast, and any active alerts for Crosby, TX (northeast
  Harris County), refreshed every 15 minutes from the U.S. National Weather
  Service (`api.weather.gov`). The [homepage](https://crosbynews.com) is a hub
  with the highlights of everything below.
- **[Hourly](https://crosbynews.com/hourly)** — the full 48-hour forecast table.
- **[Radar](https://crosbynews.com/radar)** — the NWS KHGX (Houston-Galveston)
  radar loop, which covers Crosby.
- **[Alerts](https://crosbynews.com/alerts)** — active NWS alerts plus a
  plain-language severe-weather guide, with opt-in push notifications for
  life-threatening warnings.
- **[Water Levels](https://crosbynews.com/water)** — live river/bayou flood
  gauges for the waters around Crosby (NOAA/NWS NWPS).
- **[Fishing](https://crosbynews.com/fishing)** — live USGS water conditions
  (temperature, dissolved oxygen, pH, clarity) for the waters people fish near
  Crosby: Lake Houston, the San Jacinto forks, the Trinity River, and nearby bayous.
- **[Tropics](https://crosbynews.com/tropics)** — the Atlantic tropical outlook
  from the National Hurricane Center.
- **[Air Quality](https://crosbynews.com/air)** — the measured U.S. Air Quality
  Index for the Houston-Galveston-Brazoria area (which includes Crosby) from
  EPA/AirNow monitors, with a per-pollutant breakdown and health guidance.
- **[Pollen & Mold](https://crosbynews.com/pollen)** — the Houston Health
  Department's measured daily tree, weed, grass, and mold count for the Crosby
  area, published weekday mornings.
- **[Traffic](https://crosbynews.com/traffic)** — road incidents and lane
  closures on the Crosby-area corridors, from Houston TranStar.
- **[News](https://crosbynews.com/news)** — local headlines for Crosby and
  nearby communities.
- **[School Calendar](https://crosbynews.com/calendar)** — Crosby ISD calendar
  (holidays, early-release, testing, athletics) with one-tap subscribe links.
- **[Emergency](https://crosbynews.com/emergency)** — emergency numbers, alert
  channels, flood tools, and hurricane-prep resources for NE Harris County.
- **[About](https://crosbynews.com/about)** — what the site is and where the
  data comes from; **[Developers](https://crosbynews.com/developers)** — the
  API/agent surface on one page.

Every page is also available in **Mexican Spanish (es-MX)** under an `/es`
prefix — e.g. [`/es`](https://crosbynews.com/es), `/es/hourly`, `/es/alerts`.

## Built for agents, too

Every page is content-negotiated — send `Accept: text/markdown` (or add
`?format=md` to any URL) for a clean Markdown rendering. The site also exposes:

- **REST API** — [`/api/weather`](https://crosbynews.com/api/weather): JSON with
  current conditions, hourly, 7-day forecast, and alerts. Plus
  [`/api/news`](https://crosbynews.com/api/news),
  [`/api/calendar`](https://crosbynews.com/api/calendar),
  [`/api/water`](https://crosbynews.com/api/water),
  [`/api/tropics`](https://crosbynews.com/api/tropics),
  [`/api/air`](https://crosbynews.com/api/air),
  [`/api/pollen`](https://crosbynews.com/api/pollen),
  [`/api/traffic`](https://crosbynews.com/api/traffic), and
  [`/api/fishing`](https://crosbynews.com/api/fishing). Public, no auth.
- **OpenAPI 3.1** — [`/openapi.json`](https://crosbynews.com/openapi.json)
- **MCP server** (Streamable HTTP) — `https://crosbynews.com/mcp`, with tools
  `get_current_conditions`, `get_forecast`, `get_alerts`, `get_tropical_outlook`,
  `get_air_quality`, `get_pollen`, `get_river_levels`, `get_fishing`, `get_traffic`,
  `get_crosby_news`, `get_school_events`, `get_emergency_contacts`, and
  `get_radar` (a live radar image, inline).
  Discovery card at
  [`/.well-known/mcp/server-card.json`](https://crosbynews.com/.well-known/mcp/server-card.json).
- **[llms.txt](https://crosbynews.com/llms.txt)** — plain-language site summary
  for LLMs.

Connect the MCP server from Claude Code:

```bash
claude mcp add --transport http crosbynews https://crosbynews.com/mcp
```

## Stack

- **Cloudflare Workers** (ES modules) + **Workers KV** for the cached forecast.
- No build step and no dependencies — `src/index.js` is the entire app and
  `wrangler.jsonc` is the config.
- A 15-minute cron refreshes the cached NWS forecast and alerts (and, on a
  slower cadence, the school calendar, river gauges, and tropical outlook).
- Data: U.S. National Weather Service (public domain), NOAA NWPS and NHC,
  EPA (UV), EPA/AirNow (measured air quality, Open-Meteo modeled fallback),
  the Houston Health Department (pollen & mold), the U.S. Geological Survey
  (fishing-water conditions), Houston TranStar (traffic), Crosby ISD, and
  Google News.

## Develop

```bash
npm install
npx wrangler dev      # run locally
npx wrangler deploy   # deploy (CI also deploys on push to main)
```

---

Independent project — not affiliated with the National Weather Service, NOAA, or
any government agency. Weather data courtesy of the U.S. National Weather Service.
apiclaudeclaude-codecloudflarecloudflare-workersdomainlearning-by-doingnewsweatherwebsite

Lo que la gente pregunta sobre new-relo

¿Qué es reloru/new-relo?

+

reloru/new-relo es tools para el ecosistema de Claude AI. crosbynews Tiene 1 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala new-relo?

+

Puedes instalar new-relo clonando el repositorio (https://github.com/reloru/new-relo) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar reloru/new-relo?

+

reloru/new-relo aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene reloru/new-relo?

+

reloru/new-relo es mantenido por reloru. La última actividad registrada en GitHub es de today, con 5 issues abiertos.

¿Hay alternativas a new-relo?

+

Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.

Despliega new-relo en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: reloru/new-relo
[![Featured on ClaudeWave](https://claudewave.com/api/badge/reloru-new-relo)](https://claudewave.com/repo/reloru-new-relo)
<a href="https://claudewave.com/repo/reloru-new-relo"><img src="https://claudewave.com/api/badge/reloru-new-relo" alt="Featured on ClaudeWave: reloru/new-relo" width="320" height="64" /></a>

Más Tools

Alternativas a new-relo