Help for this page

Select Code to Download


  1. or download this
    $ ./1.icons.pl 
    {
      "\@context" => [],
    ...
       bkn => 'Mostly cloudy'
    
    $
    
  2. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
    curl 'https://api.weather.gov/icons' -H 'User-Agent: Mozilla/5.0 (X11;
    + Ubuntu; Linux x86_64; rv:74.0) Gecko/20100101 Firefox/74.0' -H 'Acce
    +pt: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,
    +*/*;q=0.8' -H 'Accept-Language: en-US,en;q=0.5' --compressed -H 'Conn
    +ection: keep-alive' -H 'Upgrade-Insecure-Requests: 1' -H 'Cache-Contr
    +ol: max-age=0'
    
  3. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
    }
    
    sleep 1;