diff --git a/.gitignore b/.gitignore index 4f0f4cd..a1c2a23 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,23 @@ -# Created by .ignore support plugin (hsz.mobi) -*.iml -.gradle -/local.properties -.idea/ -/weatherstream.jks -/build -/app/release -/app/build -app/src/main/res/values/key.xml -app/fabric.properties -/keystore.properties +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* diff --git a/README.md b/README.md index 95ae742..7a786f6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -![Weather Stream](https://i.imgur.com/DRkuZmL.jpg) +![Weather Stream](https://i.imgur.com/yhgwojm.jpg) # Weather Stream +[![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin) +[![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-Weather%20Stream-green.svg?style=flat )]( https://android-arsenal.com/details/1/6551 ) +[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/vipulasri/Timeline-View/blob/master/LICENSE) + Weather Stream is your pocket weather guide irrespective of your location. @@ -8,6 +12,9 @@ Weather Stream is your pocket weather guide irrespective of your location. *[![Play Store Badge](https://developer.android.com/images/brand/en_app_rgb_wo_60.png)](https://play.google.com/store/apps/details?id=com.quixom.apps.weatherstream)* + ![Kotlin](https://i.imgur.com/wsMW2h3.jpg) + #### App 100% made with the Kotlin. + [Weather Stream](https://play.google.com/store/apps/details?id=com.quixom.apps.weatherstream) gives you current weather, weather forecast and history of any location you are in. Along with this, it also provides you with an ability to search for a location and check the weather out. Weather Stream also provides you an ability to save a list of locations whose weather is more important to you. key features- 5 days of weather history of any location- Auto Locating your current location and live data- Allows user to Choose units of display- Saves your previous location searches. #### Weather data provider: diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file