An open API service indexing awesome lists of open source software.

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.

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
```