Brief project description in one or two sentences. Clearly explain what your project does.
- Open or close the shutter based on the sunset time
- Go 1.19 or later
- AirSend Duo
- Clone the repository:
https://github.com/TheoMeunier/MonitoringShutterSunecd
cd MonitoringShutterSunecd
- Install dependencies:
go mod download
- Build the project:
go build
Explain how to use your application:
./MonitoringShutterSunecd
Configuration .env
file:
- Copy the
.env.example
file: - Rename the file to
.env
: - Update the values in the file:
Contributions are welcome! Please follow these steps:
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE.md file for details.