TianliJin / weather-action

GitHub Action to print get and print weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weather-action

This action prints weather for passed place with lat/long.

The weather in Berlin is 10.83°C

Inputs

lat

Required latitude

long

Required longitude

Outputs

temperature

Current temperature in passwd lat/long.

place

The name of the passed place (extracted from lat/long).

Example usage

uses: vadimdez/weather-action@11
with:
  lat: "52.521737"
  long: "13.413117"

License

MIT © Vadym Yatsyuk

About

GitHub Action to print get and print weather


Languages

Language:JavaScript 100.0%