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

https://github.com/dyazincahya-archive/covid19-info-android-apps

COVID-19 Info Android Apps build with Nativescript (Core) 6.5.1
https://github.com/dyazincahya-archive/covid19-info-android-apps

corona coronavirus coronavirus-info coronavirus-real-time coronavirus-tracker coronavirus-tracking coroutines-android javascript nativescript nativescript-application nativescript-apps nodejs npm

Last synced: about 21 hours ago
JSON representation

COVID-19 Info Android Apps build with Nativescript (Core) 6.5.1

Awesome Lists containing this project

README

        

[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/K3K02WIPN)

# COVID-19 Info Android Apps

### Downloa APK (latest v2.0)
[Download APK Covid19 Info (via Github)](https://github.com/dyazincahya/covid19-info-android-apps/releases/download/v2.0/covid19-info-v2.0.apk)

### Info List
- Summary Report
- Global Report
- Local Report (Indonesia)

### Data Source
[kawalcorona.com](https://kawalcorona.com) (kemkes.go.id)

### Screenshot

### Requirement To Install
- NodeJS v12.16.1
- NPM v6.14.1
- Nativescript v6.5.1

### How to run?
First install all dependecies in ```package.json``` with run this command
``` bash
npm install
```
#### andorid
``` bash
tns run android
```
#### ios
``` bash
tns run ios
```

### How to build?
First install all dependecies in ```package.json``` with run this command
``` bash
npm install
```
#### andorid
``` bash
tns build android
```
#### ios
``` bash
tns build ios
```

### Author
[kang-cahya.com](https://www.kang-cahya.com/)

### License
[Apache License 2.0](https://github.com/dyazincahya/covid19-info-android-apps/blob/master/LICENSE)