-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
84 lines (46 loc) · 1.88 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Weather::MOSMIX - Reader for MOSMIX weather forecast files
INSTALLATION
This is a Perl module distribution. It should be installed with whichever
tool you use to manage your installation of Perl, e.g. any of
cpanm .
cpan .
cpanp -i .
Consult http://www.cpan.org/modules/INSTALL.html for further instruction.
Should you wish to install this module manually, the procedure is
perl Makefile.PL
make
make test
make install
REPOSITORY
The public repository of this module is
L<https://github.com/Corion/weather-mosmix>.
SUPPORT
The public support forum of this module is L<https://perlmonks.org/>.
BUG TRACKER
Please report bugs in this module via the RT CPAN bug queue at
L<https://rt.cpan.org/Public/Dist/Display.html?Name=Weather-MOSMIX>
or via mail to L<www-Weather-MOSMIX@rt.cpan.org|mailto:Weather-MOSMIX@rt.cpan.org>.
SEE ALSO
German Weather Service
L<https://opendata.dwd.de/weather/>
L<https://opendata.dwd.de/weather/local_forecasts/mos/MOSMIX_S/all_stations/kml/>
Other Weather APIs
L<Weather::YR> - API of the L<https://yr.no> weather service
L<https://openweathermap.org/api> - international, signup required
L<https://www.weatherbit.io/api> - international, signup required
L<https://developer.accuweather.com/> - international, signup required
L<https://darksky.net/dev> - paid, international, signup required
L<http://api.weather2020.com/> - international, signup required
Overview of Open Data
L<https://index.okfn.org/place/de/weather/>
L<https://index.okfn.org/place/us/weather/>
L<https://index.okfn.org/place/lv/weather/>
L<https://index.okfn.org/place/cy/weather/>
Cyprus forecast
L<http://www.moa.gov.cy/moa/ms/ms.nsf/DMLforecast_general_gr/DMLforecast_general_gr?opendocument>
AUTHOR
Max Maischein C<corion@cpan.org>
LICENSE
This module is released under the same terms as Perl itself.
COPYRIGHT (c)
Copyright 2019-2020 by Max Maischein C<corion@cpan.org>.