2 min read

Atmos Terminal Weather

Table of Contents

Introduction

Atmos is a minimal, free, and open-source weather app for the Linux terminal!

Features

  • 🌡️ Accurate forecast and location data from the Open Meteo API
  • 👍 Simple and easy-to-use interface
  • 🗓️ Daily and hourly forecasts for up to 7 days
  • 😃 Intuitive weather display system with color coding

Installation

  1. Ensure that Node.js is installed on your system.
  2. Install Atmos using the following command:
    npm install -g atmos-weather-cli

Usage

Run the following command to use Atmos:

atmos

Uninstallation

To uninstall Atmos, use the following command:

npm remove -g atmos-weather-cli

Contributing

We welcome contributions to improve Atmos. To contribute, follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature/your-feature-name
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.