add header

This commit is contained in:
streetturtle 2018-01-20 21:52:04 -05:00
parent e58b95c480
commit 86657f0089
1 changed files with 12 additions and 3 deletions

View File

@ -1,6 +1,15 @@
-------------------------------------------------
-- Allows to store API keys in one place
--
-- @author Pavel Makhov
-- @copyright 2018 Pavel Makhov
--------------------------------------------
local secrets = {
translate_widget_api_key = 'trnsl.1.1.20170708T010252Z.8b3fcacab3396ad1.88df3f48339672bce016a0e85a4db3aeb34dc7ae',
weather_widget_api_key = 'c3d7320b359da4e48c2d682a04076576'
-- Yandex.Translate API key - https://tech.yandex.com/translate/
translate_widget_api_key = '<API_KEY>',
-- OpenWeatherMap API key - https://openweathermap.org/appid
weather_widget_api_key = '<API_KEY>'
}
return secrets
return secrets