Method
METAR
Provides a METAR weather report. Have a look at https://en.wikipedia.org/wiki/METAR
()
Source from the content-addressed store, hash-verified
| 31 | * Have a look at https://en.wikipedia.org/wiki/METAR |
| 32 | */ |
| 33 | public String METAR() { |
| 34 | return faker.fakeValuesService().fetchString("aviation.metar"); |
| 35 | } |
| 36 | } |