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 一款具有天气提醒功能的闹钟
- Host: GitHub
- URL: https://github.com/kaku2015/weatheralarmclock
- Owner: kaku2015
- Created: 2016-06-12T04:34:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T09:06:14.000Z (over 6 years ago)
- Last Synced: 2025-03-29T04:12:03.834Z (7 months ago)
- Topics: alarm-clock, android, weather, weather-forecast
- Language: Java
- Homepage:
- Size: 60.7 MB
- Stars: 544
- Watchers: 29
- Forks: 182
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WeatherAlarmClock [中文](https://github.com/kaku2015/WeatherAlarmClock/blob/master/README_zh.md)

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

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


















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)
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.comEmail: 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 athttp://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.
```