summaryrefslogtreecommitdiffstats
path: root/kachelmann/conditions
diff options
context:
space:
mode:
authortv <tv@xso>2011-08-29 14:42:20 +0200
committertv <tv@xso>2011-08-29 14:42:20 +0200
commit9116f4823f42ecb1259cc5ce0c699224788ae43c (patch)
tree06fb99b15cf20d545868d0aad35e783fd93b3416 /kachelmann/conditions
parent74e325f2c44361230aa133a61fb35cd3e596a63c (diff)
parentd380950968e9c0bf11be546c1808db6abd17d4dc (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'kachelmann/conditions')
-rwxr-xr-xkachelmann/conditions6
1 files changed, 0 insertions, 6 deletions
diff --git a/kachelmann/conditions b/kachelmann/conditions
deleted file mode 100755
index ea4ba5ca..00000000
--- a/kachelmann/conditions
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/perl
-use XML::Simple;
-my $result = `w3m -dump "http://www.google.com/ig/api?weather=70327-stuttgart&hl=de"`;
-my $xml = new XML::Simple;
-my $data = $xml->XMLin($result);
-print ("Die Wetterkondition ist: $data->{weather}->{current_conditions}->{condition}->{data}\n bei $data->{weather}->{current_conditions}->{temp_c}->{data} Grad Zelsius\n");