An open API service indexing awesome lists of open source software.

https://github.com/amuramoto/ionic-eats-rc0

Sample app built with Ionic2 RC3
https://github.com/amuramoto/ionic-eats-rc0

Last synced: about 2 months ago
JSON representation

Sample app built with Ionic2 RC3

Awesome Lists containing this project

README

        

# Ionic Eats Demo Code

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

## Getting Started

To run the app, clone or download it, then do the following in the project directory:

1. `npm install` to install dependencies
2. `ionic plugin add geolocation` to get the Cordova Geolocation plugin
3. `ionic 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.

## Please Be Kind to My API

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. =)