An open API service indexing awesome lists of open source software.

https://github.com/kaku2015/weatheralarmclock

Alarm clock with weather forecast 一款具有天气提醒功能的闹钟
https://github.com/kaku2015/weatheralarmclock

alarm-clock android weather weather-forecast

Last synced: 6 months ago
JSON representation

Alarm clock with weather forecast 一款具有天气提醒功能的闹钟

Awesome Lists containing this project

README

          

# WeatherAlarmClock [中文](https://github.com/kaku2015/WeatherAlarmClock/blob/master/README_zh.md)

![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/logo.png)

Introduction
-----------------
The WeatherAlarmClock is an alarm clock with a weather reminder. It is inspired by the embarrassing situation of forgetting to watch the weather forecast without an umbrella before going out.

Main functions: alarm clock, weather forecast, timer, recording, city management, city search, automatic positioning, theme switching, scanning QR code, creating QR code, clearing cache, one-click cleaning, etc.

### Scan code download

![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/qrcode.png)

[Download link](https://fir.im/weac)

Screenshots
--------------
![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/1.jpeg)
![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/2.jpeg)
![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/3.jpeg)
![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/4.jpeg)
![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/5.jpeg)
![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/6.jpeg)
![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/7.jpeg)
![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/8.jpeg)
![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/9.jpeg)
![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/10.jpeg)
![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/11.jpeg)
![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/12.jpeg)
![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/13.jpeg)
![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/14.jpeg)
![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/15.jpeg)
![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/16.jpeg)
![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/17.jpeg)
![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/18.jpeg)
![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/19.jpeg)

Thanks for the following library
--------------

* [ZXingLib](https://github.com/xuyisheng/ZXingLib)
* [SimplifyReader](https://github.com/SkillCollege/SimplifyReader)
* [superCleanMaster](https://github.com/joyoyao/superCleanMaster)
* [TimerView](https://github.com/pheynix/TimerView)
* [AndroidDaemonService](https://github.com/D-clock/AndroidDaemonService)

Library created for WeatherAlarmClock
---------------
* [WeatherChartView](https://github.com/kaku2015/WeatherChartView)

![image](https://github.com/kaku2015/WeatherAlarmClock/blob/master/screenshots/wcv.png)

Open source library
-------------
* [PagerSlidingTabStrip](https://github.com/astuetz/PagerSlidingTabStrip)
* [leakcanary](https://github.com/square/leakcanary)
* [Android-PullToRefresh](https://github.com/chrisbanes/Android-PullToRefresh)
* [Android-AppDaemon](https://github.com/Coolerfall/Android-AppDaemon)
* [otto](https://github.com/square/otto)
* [okhttp](https://github.com/square/okhttp)
* [glide](https://github.com/bumptech/glide)
* [SmoothProgressBar](https://github.com/castorflex/SmoothProgressBar)
* [zxing](https://github.com/zxing/zxing)
* [waveloadingview](https://github.com/tangqi92/WaveLoadingView)
* [material-dialogs](https://github.com/afollestad/material-dialogs)
* [SwipeBackLayout](https://github.com/ikew0ng/SwipeBackLayout)
* [recyclerview-animators](https://github.com/wasabeef/recyclerview-animators)
* [material-ripple](https://github.com/balysv/material-ripple)
* [RoundedImageView](https://github.com/vinc3m1/RoundedImageView)
* [overscroll-decor](https://github.com/EverythingMe/overscroll-decor)
* [LitePal](https://github.com/LitePalFramework/LitePal)
* [umeng](http://www.umeng.com/)
* [locSDK](http://lbsyun.baidu.com/)

About
---------------
The code was written as an introduction to Android a few years ago, so it was written badly for reference only.

### Prohibited for commercial use!!

Contact me
---------------
Email: kaku201313@163.com

Email: FishingNetTech@yeah.net

License
---------------
```
Copyright (c) 2016-2019 FishingNet(咖枯)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```