https://github.com/pjmagee/dagger-openweatherapi
Open weather API dagger module.
https://github.com/pjmagee/dagger-openweatherapi
Last synced: 3 months ago
JSON representation
Open weather API dagger module.
- Host: GitHub
- URL: https://github.com/pjmagee/dagger-openweatherapi
- Owner: pjmagee
- License: gpl-3.0
- Created: 2024-12-28T14:01:55.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-28T15:00:02.000Z (5 months ago)
- Last Synced: 2024-12-28T15:22:51.853Z (5 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
## Sample Usage
Default configuration
```bash
dagger -m "https://github.com/pjmagee/dagger-openweatherapi" --api-key=env:YOUR_API_KEY call location --name="London,UK"
```## Customise the configuration
```bash
dagger -m "https://github.com/pjmagee/dagger-openweatherapi" --api-key==env:YOUR_API_KEY --lang=fr
```