laurilopes / ionic-feed-reader-example-app

An app that graps the graps the rss feed of CNN and puts it into a list.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ionic-feed-reader-example-app

An app that graps the graps the rss feed of CNN and puts it into a list. This app is very basic. The only propose is to demonstrate the ionic framework in my master thesis. The project bases on the ionic blank themplate. #Install

$ npm install -g cordova ionic
$ ionic start myApp blank

Then you should replace all files inside ./myApp with the one from this repository.

#Start

To open in your Browser run:

$ ionic serve

To run on android:

$ ionic platform add android
$ ionic run android

To run on iOS:

$ ionic platform add ios
$ ionic run ios

About

An app that graps the graps the rss feed of CNN and puts it into a list.


Languages

Language:JavaScript 83.7%Language:CSS 16.3%Language:HTML 0.0%