Skip to content

Commit

Permalink
[api] added keys singleton class
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoscik committed Mar 24, 2022
1 parent 0420b4c commit 373e2c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
namespace Weather
{
public static class Keys
{
public const string API_key = "5ac33a2d4535011b5a713c3c3cfd30aa"; // OpenWeather API key
}
}

0 comments on commit 373e2c6

Please sign in to comment.