A terminal-based weather dashboard built with React Ink and OpenWeather API. Features ASCII art weather visualizations, hourly forecasts, and responsive terminal layout.
This project was made during a coding session for my Youtube Channel AsmrCoding, here it is the link of the video, subscribe, leave a like and a comment for support the channel! Thanks 🙏
- Real-time weather conditions display
- ASCII art weather visualizations
- Hourly forecast
- Sun data tracking (sunrise, sunset, day length)
- Responsive terminal layout
- Temperature, humidity, wind, and pressure data
- Node.js
- OpenWeather API key
- Clone repo
git clone https://github.com/Simoblaster/terminal-weather.git
- Install dependencies
npm install
- Configure environment variables:
Copy .env.example
to .env
Update the values in .env according to your setup
OPENWEATHER_API_KEY=xxx # Your OpenWeather Api key
- Run the project
npm run dev
- X: @Simoblaster
- Email: [email protected]