Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seunakintola/news-app-for-android-and-ios
News application for android and ios and windows. built with ionic.
https://github.com/seunakintola/news-app-for-android-and-ios
androidapp cordova ionic ios iosapp newsapp newsfeed swipe tabs windows wordpress-site
Last synced: about 1 month ago
JSON representation
News application for android and ios and windows. built with ionic.
- Host: GitHub
- URL: https://github.com/seunakintola/news-app-for-android-and-ios
- Owner: SEUNAKINTOLA
- License: mit
- Created: 2017-11-10T09:51:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T11:52:58.000Z (almost 7 years ago)
- Last Synced: 2024-10-13T03:21:57.346Z (about 1 month ago)
- Topics: androidapp, cordova, ionic, ios, iosapp, newsapp, newsfeed, swipe, tabs, windows, wordpress-site
- Language: JavaScript
- Homepage:
- Size: 3.06 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a template for building a neat news app with [Ionic](http://ionicframework.com/docs/).
## How to use this template
To use this template, either create a new ionic project using the ionic node.js utility, or copy the files from this repository.
### With the Ionic CLI:
To run it, cd into `mynews` and run:
```bash
$ ionic cordova platform add ios
$ ionic cordova run ios
$ ionic cordova platform add windows
$ ionic cordova run windows
```Substitute ios for android if not on a Mac.