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

https://github.com/ewhal/emergencyassist

Emergency Assist application for IFB103
https://github.com/ewhal/emergencyassist

Last synced: 5 months ago
JSON representation

Emergency Assist application for IFB103

Awesome Lists containing this project

README

          

# Emergency Assist [![Build Status](https://travis-ci.org/ewhal/EmergencyAssist.svg?branch=master)](https://travis-ci.org/ewhal/EmergencyAssist) [![devDependency Status](https://david-dm.org/ewhal/EmergencyAssist/dev-status.svg)](https://david-dm.org/ewhal/EmergencyAssist#info=devDependencies)

Cordova + Bootstrap + Font-Awesome

![ui](https://my.mixtape.moe/dtyacx.jpg)
![signup](https://my.mixtape.moe/pckcmr.jpg)

## build html/css/js

```
$ npm install
$ npm run compile
```

## for iOS

```
$ cordova platform add ios
$ cordova build ios
$ cordova emulate ios
```

## for Android

```
$ cordova platform add android
$ cordova build android
$ cordova emulate android
```
## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details