Skip to content

nedimperva/ray-weather

Repository files navigation

YR.NO Weather (Raycast Extension for Windows)

Simple and fast weather lookup by place name, powered by:

  • Forecast data: yr.no / met.no Locationforecast API
  • Place search: Open-Meteo Geocoding API

Features

  • Type a place name in Raycast.
  • Pick a matching location.
  • See daily forecast for today + up to 10 days:
    • Condition
    • Min/Max temperature (single unit display)
    • Precipitation in mm
    • Wind speed and humidity
    • Pressure with trend (rising/falling/stable)
    • Visibility
  • Open a specific day for detailed hourly breakdown.
  • Day details include feels-like temperature and sunrise/sunset time.
  • Quick actions to copy forecast text or coordinates.
  • Temperature unit defaults to Celsius, switchable to Fahrenheit from the Ctrl+K action panel.
  • Favorite locations - Save frequently used places for quick access
  • Search history - Recently searched places are remembered
  • Weather alerts - Display any weather warnings from met.no
  • Air quality - View AQI, PM2.5, PM10, ozone, NO₂, and CO data

Run on Windows

  1. Install dependencies:
    npm install
  2. Start extension development:
    npm run dev
  3. In Raycast for Windows, open the extension and run Search Weather.

Important

  • met.no requires a custom User-Agent with app identity and contact info.
  • Update APP_USER_AGENT in src/search-weather.tsx before sharing this extension.

Command

  • Search Weather: Search by place name and open a clean daily forecast view.

About

RayWeather is a Raycast extension that delivers fast, accurate weather forecasts powered by yr.no and Open-Meteo. Instantly check current conditions, hourly data, and upcoming forecasts directly from Raycast.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors