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
commit3c0470524cd39f722d1e39247f8b0b68c418b231 (patch)
tree6da5d09e3957305c939c45c59cbaf14e10ce6f66 /kachelmann/conditions
parent8c521570fe1ff45c22aa1a4c7f93538841fc1665 (diff)
parentcdbc8c537320e3e534694311516ac398ea501600 (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");