Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created February 7, 2019 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icebeam7/caf3dbfb873d26efd199b22051609967 to your computer and use it in GitHub Desktop.
Save icebeam7/caf3dbfb873d26efd199b22051609967 to your computer and use it in GitHub Desktop.
WeatherBotv4 - Constants.cs
namespace WeatherBotv4.Helpers
{
public static class Constants
{
public readonly static string LuisArgs = "LuisEntities";
public readonly static string LocationLabel = "Location";
public readonly static string LocationPatternLabel = "Location_PatternAny";
public static string OpenWeatherMapURL = $"http://api.openweathermap.org/data/2.5/weather";
public readonly static string OpenWeatherMapKey = "tu-llave-de-openweathermap";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment