This is a single page sample app built with the ionic 2 RC3. Features used in this app are:
- ion-list
- ion-item
- ion-grid
- ion-row
- ion-searchbar
- utility attributes
- geolocation (Ionic Native)
- Sass theming
To run the app, clone or download it, then do the following in the project directory:
npm install
to install dependenciesionic plugin add geolocation
to get the Cordova Geolocation pluginionic serve
to run in the browser
If you want to run this on a device, you'll have to do the song and dance of either setting up USB debugging on your Android device, or code signing and etc. on your iOS device.
Feel free to checkout this sample, but please remember it pulls it's data from a lightweight Express.js API that proxies the Foursquare API. I built the API for demo purposes, so I'm not sure what will happen if it gets too much traffic, so be kind to it. =)