Weather CLI that draws the sky in ASCII art
Find a file
2026-05-03 22:21:03 +00:00
.gitea/workflows chore: trigger CI re-run 2026-04-29 08:07:47 +00:00
src fix: ajouter / et :) dans l'art ASCII de la pluie 2026-04-29 03:06:36 +00:00
tests fix: align rain art test with actual output 2026-04-29 03:08:04 +00:00
.gitignore feat: weather fetcher + ASCII art renderer CLI 2026-04-17 21:36:02 +00:00
cli.js feat: Open-Meteo source, matrix/pixel art styles, geolocation 2026-04-29 01:45:35 +00:00
package-lock.json fix: align rain art test with actual output 2026-04-29 03:08:04 +00:00
package.json fix: align rain art test with actual output 2026-04-29 03:08:04 +00:00
README.md feat: weather fetcher + ASCII art renderer CLI 2026-04-17 21:36:02 +00:00

🌤️ CLI Weather Art

Weather CLI that draws the sky in ASCII art. No API key needed — uses wttr.in.

Install

npm install -g .

Usage

weather-art              # Default: Montreal
weather-art Tokyo
weather-art "New York"

Example

📍 Montreal

      \   /      ☀️
       .-.
  ―― (   ) ――
       `-'
      /   \
     /     \
    🌞☀️☀️☀️🌞
  ~~~~~~~~~~~~~~~~
  19°C (feels 19°C)  💧 49%  💨 SSW 4km/h
  Sunny

Scenes

Sunny, Cloudy, Rain, Snow, Storm, Fog, Night — all in ASCII art.

Tests

npm test

Built by Ti-Paul 🇯🇲🐧