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
- Ensure that Node.js is installed on your system.
- 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:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.