https://github.com/darfink/studentkortet
A Cordova implementation of studentkortet
https://github.com/darfink/studentkortet
Last synced: 2 months ago
JSON representation
A Cordova implementation of studentkortet
- Host: GitHub
- URL: https://github.com/darfink/studentkortet
- Owner: darfink
- Created: 2017-05-14T11:16:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T16:02:13.000Z (about 8 years ago)
- Last Synced: 2025-01-21T18:48:49.202Z (4 months ago)
- Language: JavaScript
- Size: 3.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Studentkortet
## Configuration
Setup your information in [config.js](./www/js/config.js).
```json
{
"nation": "Malmö Nation",
"union": "Akademiska förening",
"domain": "Teknolog",
"name": "Förnamn Efternamn",
"ssn": "XXXXXX-XXXX",
"card": "6032 9213 8815 6254",
"pick": "773605"
}
```## Deployment
* Install the cordova CLI
```shell
npm install -g cordova
```* Deploy to device
```shell
# iOS
cordova run ios --device# Android
cordova run android --device
```## Disclaimer
Use at your own risk.