KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
apple-wallet-ionic-demo
★ 18
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
pyIRDecoder
:
IR encoder/decoder for Python.
maintenance-controller
:
A Kubernetes controller to manage node maintenance.
horse-slowdown
:
Basic rate-limiting middleware for Horse. Use to limit repeated requests to public APIs and/or endpoints such as password reset.
code-for-llvm-tutorials
:
We try to put source files of llvm tutorials here
Deliver-Me
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
apple-wallet-ionic-demo
?
Download (.md)
# Apple Wallet Ionic Framework Demo This is the repo for the Apple Wallet demo application built using Ionic Framework. This was built for the Ionic Framework team's 2020 Hack Day. There are plenty of code skeletons (and probably some bugs) as I only had a few hours to build this :blush:. Places for improvement are denoted with "TODO" comments. This application was built specifically for iPhones running iOS 13+ and may not function properly on desktop/Android devices. Also I only added theming for dark mode, so it probably will not look great in light mode :smiley:. See https://twitter.com/LiamDeBeasi/status/1266492461435813888 for the original tweet regarding this project. ## Install & Running 1. Clone repository. 2. Install dependencies: `npm install`. 3. Build to app: `npm run build`. 4. Add the iOS Capacitor platform: `npx cap add ios`. 5. Open the project in Xcode: `npx cap open ios`. 6. Run the application on an iPhone.