This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Yahoo Weather API C# Sample Code | |
// Code sample offered under the terms of the CC0 Public Domain designation. See https://creativecommons.org/publicdomain/zero/1.0/legalcode/ for terms. | |
// Author: Eugene Plotnikov | |
using System; | |
using System.Net; | |
using System.Security.Cryptography; | |
using System.Text; |