From 9751b156eb3b58171c68e7011874c3c909450c39 Mon Sep 17 00:00:00 2001 From: Dipankar Pal Date: Thu, 4 Jun 2020 20:50:21 +0530 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c44b57c..d27b3a4 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,32 @@ +
+

+ +

A Minimal But Smart Weather App Made With Electron API

+
-# minimal-weather +## Default screen -[![HitCount](http://hits.dwyl.com/deep5050/minimal-weather.svg)](http://hits.dwyl.com/deep5050/minimal-weather) -![DepFu](https://img.shields.io/depfu/deep5050/minimal-weather?style=flat-square) -![MIT](https://img.shields.io/github/license/deep5050/minimal-weather?style=flat-square) - -### A minimalistic but smart weather app made with electron API - -## default screen ![screenshot 288](https://user-images.githubusercontent.com/27947066/44948700-ef8d7d00-ae3f-11e8-98ee-76cca26d48c6.png) -## after changing the city +

after changing the city

![screenshot 289](https://user-images.githubusercontent.com/27947066/44948697-ee5c5000-ae3f-11e8-833c-bcc90a8bcc12.png) ![screenshot 290](https://user-images.githubusercontent.com/27947066/44948698-eef4e680-ae3f-11e8-9abb-740eef1b27f7.png) ## when city not found + ![screenshot 292](https://user-images.githubusercontent.com/27947066/44951982-cc3eee00-ae90-11e8-9066-8206c9d3dd21.png) ## Dependencies + No Dependencies :) :cool: + + ## Install + + Clone this repository into your local computer then follow these steps... 1. Open Terminal/ command prompt from the directory 2. type `npm start` or `electron .` 3. Enjoy. + ## Build Clone the repository and run `npm build` with [**electron-packager**](https://github.com/electron-userland/electron-packager "electron-packager repo") installed.