Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deep5050 authored Jun 4, 2020
1 parent 1def794 commit 9751b15
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
<div align="center">
<p align="center"> <a href="https://github.com/deep5050/minimal-weather"><img src="https://i.imgur.com/IgEQqmi.png" title="Minimal Weather"/></a> </p>

<p align="center"> <h4 align="center">A Minimal But Smart Weather App Made With Electron API</h4></p>
</div>

# 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
<p align="center"><h2 align="center">after changing the city</h2></p>
![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.

Expand Down

0 comments on commit 9751b15

Please sign in to comment.