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
- Host: GitHub
- URL: https://github.com/amuramoto/ionic-eats-rc0
- Owner: amuramoto
- Created: 2016-10-13T19:01:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T22:59:26.000Z (over 8 years ago)
- Last Synced: 2025-04-23T12:07:00.469Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 978 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 browserIf 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. =)