https://github.com/framework7io/weather7
Framework7 weather demo app
https://github.com/framework7io/weather7
Last synced: 8 months ago
JSON representation
Framework7 weather demo app
- Host: GitHub
- URL: https://github.com/framework7io/weather7
- Owner: framework7io
- License: mit
- Created: 2015-02-22T13:51:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T16:37:11.000Z (over 10 years ago)
- Last Synced: 2025-06-01T08:58:38.396Z (9 months ago)
- Language: CSS
- Homepage:
- Size: 283 KB
- Stars: 29
- Watchers: 3
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://david-dm.org/nolimits4web/weather7#info=devDependencies)
[](https://flattr.com/submit/auto?user_id=nolimits4web&url=https://github.com/nolimits4web/weather7/&title=Weather7&language=JavaScript&tags=github&category=software)
# Weather7
Weather7 is the simple weather webapp that demonstrates how easy to create fully functioning iOS app with Framework7. With PhoneGap you can easily convert it to native iOS app.
### Weather7 Features
* Local Storage. All your personal weather data is stored in Local Storage, so you don't need to add weather locations each time you launch app.
* Manifest Cache. Due to Manifest Cache you can still access app without internet connection. You need internet connection only when you need to update weather data.
* YQL - fast and easy way to get the required data. Here we use YQL to search locations and get weather data for selected ones.
* Full Screen. Weather7 is a full screen app (on iOS). Just add it to your home screen to make sure. And the fun part is that with Framework7 you can easily control background color of status bar - click on "+" icon to open search popup and look at status bar.
Weather7 is a real fully functional iOS app