Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airingursb/sunnybaby
🍃 晴宝:最简洁的天气应用。(Built by Ionic2)
https://github.com/airingursb/sunnybaby
android ionic2 typescript
Last synced: about 2 months ago
JSON representation
🍃 晴宝:最简洁的天气应用。(Built by Ionic2)
- Host: GitHub
- URL: https://github.com/airingursb/sunnybaby
- Owner: airingursb
- License: mit
- Created: 2016-07-18T09:43:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:40:36.000Z (about 1 year ago)
- Last Synced: 2023-12-15T12:46:30.054Z (about 1 year ago)
- Topics: android, ionic2, typescript
- Language: JavaScript
- Homepage: http://sunnybaby.ursb.me
- Size: 30.3 MB
- Stars: 134
- Watchers: 7
- Forks: 36
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 晴宝
晴宝,最简洁的天气应用。
> iOS 版已上架 Apple Store,欢迎[下载](https://itunes.apple.com/us/app/qing-bao/id1140842775)
>
> iOS 版项目地址:[http://github.com/airingursb/sunnybaby-iOS](http://github.com/airingursb/sunnybaby-iOS)
>
> 产品主页:[http://sunnybaby.ursb.me](http://sunnybaby.ursb.me)## System information
```
Cordova CLI: Not installed
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.10
Ionic CLI Version: 2.0.0-beta.32
Ionic App Lib Version: 2.0.0-beta.18
ios-deploy version: 1.8.6
ios-sim version: 5.0.8
OS: Mac OS X El Capitan
Node Version: v5.12.0
Xcode version: Xcode 7.3 Build version 7ID175
```## Installation
### Installing Ionic
```bash
$ npm install -g ionic@beta
```To run your app, cd into the directory that was created and then run the ionic serve command:
```bash
$ cd sunnybaby
$ ionic serve
```### Building to a Device
```bash
$ sudo npm install -g cordova
```### Building for iOS
```bash
$ ionic build ios
```### Building for Android
```bash
$ ionic build Android
```## Screenshot
### Running on Android
![](http://airing.ursb.me/image/android-sunny-1.jpg-h600.jpg)
![](http://airing.ursb.me/image/android-sunny-2.jpg-h600.jpg)
![](http://airing.ursb.me/image/android-sunny-3.jpg-h600.jpg)
![](http://airing.ursb.me/image/android-sunny-4.jpg-h600.jpg)
### Running on iOS
![](http://airing.ursb.me/image/ios-sunny-1.png-h600.jpg)
![](http://airing.ursb.me/image/ios-sunny-2.png-h600.jpg)
![](http://airing.ursb.me/image/ios-sunny-3.png-h600.jpg)
![](http://airing.ursb.me/image/ios-sunny-4.png-h600.jpg)
![](http://airing.ursb.me/image/ios-sunny-5.png-h600.jpg)