https://github.com/iteam1337/receipter
https://github.com/iteam1337/receipter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/iteam1337/receipter
- Owner: Iteam1337
- License: mit
- Created: 2013-10-08T21:30:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-23T10:39:16.000Z (over 12 years ago)
- Last Synced: 2024-12-30T23:44:29.098Z (about 1 year ago)
- Language: JavaScript
- Size: 4.49 MB
- Stars: 2
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Receipter
=========
##What is?
Receipter is an example Phonegap/Cordova app used to demo app development using
HTML/CSS/JS for STHLM.JS.
The talk is here: http://bambuser.com/v/4032987#t=5700s
And the slides are here: https://www.dropbox.com/s/it1xu2sw70eoom7/STHLM.JS.pdf
The idea for the app is to simplify handling of receipts by taking pictures of them with
your phone and uploading them.
###Dependencies
1. Node.js / npm
http://nodejs.org/
2. Grunt
npm install -g grunt-cli
3. XCode >= 5.0 (for ios development)
##Setup project
1. Install Cordova
npm install -g cordova
2. Clone the repo
git clone git@github.com:Iteam1337/receipter.git && cd receipter
3. Install dependencies
npm install
4. Install Cordova plugins
cordova plugin add org.apache.cordova.dialogs org.apache.cordova.splashscreen org.apache.cordova.camera
5. Add build platform (in this example ios)
cordova platform add ios
6. Run the build
grunt
7. Open platforms/ios/Receipter.xcodeproj in Xcode