Weather CLI that draws the sky in ASCII art
  • JavaScript 100%
Find a file
2026-06-12 09:08:46 +00:00
.gitea/workflows chore: trigger CI re-run 2026-04-29 08:07:47 +00:00
src feat(#3): Geolocation auto + favorites system 2026-06-12 09:08:29 +00:00
tests feat(#3): Geolocation auto + favorites system 2026-06-12 09:08:29 +00:00
.gitignore feat: weather fetcher + ASCII art renderer CLI 2026-04-17 21:36:02 +00:00
cli.js feat(#3): Geolocation auto + favorites system 2026-06-12 09:08:29 +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 🇯🇲🐧