weather-radar-card

(★ 438)

A rain radar card using the tiled images from RainViewer

File Explorer

  • .gitattributes
  • .gitignore
  • .markdownlint.json
  • .nvmrc
  • .prettierrc.cjs
  • AGENTS.md
  • CHANGELOG.md
  • CLAUDE.md
  • CONTRIBUTING.md
  • docker-compose.yml
  • eslint.config.js
  • hacs.json
  • LICENSE
  • package-lock.json
  • package.json
  • README.md
  • rollup.config.dev.js
  • rollup.config.js
  • tsconfig.json
  • vitest.config.ts
  • weather-radar-card.gif

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

npm run

View Details ▼

Run a script.

npm run

List available scripts:

npm run {{script_name}}

Run a script:

npm run {{script_name}} -- {{argument}} {{--option}}

Pass arguments to a script:

// repository documentation