summaryrefslogtreecommitdiff
path: root/weather-widget/README.md
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2017-02-07 20:31:34 -0500
committerstreetturtle <streetturtle@gmail.com>2017-02-07 20:31:34 -0500
commit1e540af00b7cfcbbd4e3607079a01c7b68af3758 (patch)
tree55b989104fb548c5d033fcb5e7d746702bb0737e /weather-widget/README.md
parentadfcec4068425bc63bb24c9bbd2f0e9312658c83 (diff)
weather widget
Diffstat (limited to 'weather-widget/README.md')
-rw-r--r--weather-widget/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/weather-widget/README.md b/weather-widget/README.md
new file mode 100644
index 0000000..70f0677
--- /dev/null
+++ b/weather-widget/README.md
@@ -0,0 +1,15 @@
+# Weather widget
+
+![Weather Widget](./weather-widget.png)
+
+Note that widget uses the Arc icon theme, so it should be [installed](https://github.com/horst3180/arc-icon-theme#installation) first under **/usr/share/icons/Arc/** folder.
+
+## Installation
+
+ - install lua socket
+```bash
+$ sudo apt-get install luasockets
+```
+
+ - download json parser for lua: https://github.com/rxi/json.lua
+ - get Open Weather Map app id here: https://openweathermap.org/appid \ No newline at end of file