All Projects → ariya → dekontaminasi

ariya / dekontaminasi

Licence: MIT license
DIY static API server for COVID-19 data in Indonesia

Programming Languages

javascript
184084 projects - #8 most used programming language
jq
24 projects
HTML
75241 projects

Projects that are alternatives of or similar to dekontaminasi

PhoNER COVID19
COVID-19 Named Entity Recognition for Vietnamese (NAACL 2021)
Stars: ✭ 55 (-16.67%)
Mutual labels:  covid-19, covid19
FaceMaskDetector
Real time face-mask detection using Deep Learning and OpenCV
Stars: ✭ 106 (+60.61%)
Mutual labels:  covid-19, covid19
coronainfobd
Real-time corona-virus tracker of Bangladesh 🇧🇩 which includes latest updates, data visualization, public awareness from WHO and some advice to aware people. 🥰❤
Stars: ✭ 46 (-30.3%)
Mutual labels:  covid-19, covid19
covid-19
A web application to display Coronavirus Diseases (COVID19) statistics from different countries.
Stars: ✭ 28 (-57.58%)
Mutual labels:  covid-19, covid19
corona tracker
COVID-19 tracking app - submission for https://wirvsvirushackathon.org/
Stars: ✭ 13 (-80.3%)
Mutual labels:  covid-19, covid19
rcvr-app
recover provides localities a privacy-compliant, safe, and easy way for their guests to check in. See https://www.recoverapp.de/ for more details.
Stars: ✭ 43 (-34.85%)
Mutual labels:  covid-19, covid19
CoWin-Vaccine-Notifier
Automated Python Script to retrieve vaccine slots availability and get notified when a slot is available.
Stars: ✭ 102 (+54.55%)
Mutual labels:  covid-19, covid19
covid-19-stats
Get the latest COVID-19 statistics by country
Stars: ✭ 41 (-37.88%)
Mutual labels:  covid-19, covid19
coronablocker
🦠 Chrome extension to block any news about Covid-19 on social networks.
Stars: ✭ 30 (-54.55%)
Mutual labels:  covid-19, covid19
COVID breakdown
COVID-19 statistics in Taiwan
Stars: ✭ 15 (-77.27%)
Mutual labels:  covid-19, covid19
COVID19-taiwan
Release COVID-19 (SARS-CoV-2) FDA / NHI drugs screening results.
Stars: ✭ 24 (-63.64%)
Mutual labels:  covid-19, covid19
OpenCovidDetector
New virsion for multi-categories were available. Since too many changes above old virsion, please refer to this site https://github.com/ChenWWWeixiang/diagnosis_covid19
Stars: ✭ 18 (-72.73%)
Mutual labels:  covid-19, covid19
COVID19
A web app to display the live graphical state-wise reported corona cases in India so far. It also shows the latest news for COVID-19. Stay Home, Stay Safe!
Stars: ✭ 122 (+84.85%)
Mutual labels:  covid-19, covid19
covid19-timeseries
Covid19 timeseries data store
Stars: ✭ 38 (-42.42%)
Mutual labels:  covid-19, covid19
cwa-qr
Python Implementation of the CoronaWarnApp (CWA) Event Registration
Stars: ✭ 17 (-74.24%)
Mutual labels:  covid-19, covid19
covid-19
An app made with Flutter to track COVID-19 case counts.
Stars: ✭ 47 (-28.79%)
Mutual labels:  covid-19, covid19
covid-br
COVID dashboard status from Brazil.
Stars: ✭ 28 (-57.58%)
Mutual labels:  covid-19, covid19
api-service
The REST API backend server for the Jalgaon CoHelp application. Built with Kotlin Ktor.
Stars: ✭ 26 (-60.61%)
Mutual labels:  covid-19, covid19
vaccine-alarm
Check for Vaccine availability in a district at specified intervals and sounds a loud alarm when a slot is available.
Stars: ✭ 22 (-66.67%)
Mutual labels:  covid-19, covid19
CoopTilleulsSyliusClickNCollectPlugin
Sell and deliver securely during the COVID-19 pandemic!
Stars: ✭ 77 (+16.67%)
Mutual labels:  covid-19, covid19

Dekontaminasi

GitHub license GitHub code size in bytes Tests Uptime Robot ratio (30 days)

Bahasa Indonesia | English


Bahasa Indonesia

Repositori ini menyimpan perkakas yang digunakan untuk membuat dekontaminasi.com, sebuah layanan API untuk data perkembangan COVID-19 di Indonesia.

Saat ini, Dekontaminasi digunakan sebagai sumber data bagi situs seperti KawalCovid19.id dan KabarVirus. Dengan mengubah isi repositori sesuai kebutuhan, Anda pun bisa menjalankan layanan API Anda sendiri untuk menyebarluaskan informasi COVID-19!

Beberapa ragam data yang tersedia (dalam format JSON):

CATATAN: Data paparan COVID-19 diekstrak dari dashboard resmi ArcGIS milik BNPB (Badan Nasional Penanggulangan Bencana).

Yang diperlukan (versi minimum): Node.js versi 10, curl versi 7.58, jq versi 1.5. Pengguna Ubuntu/Debian bisa mendapatkannya dengan:

sudo apt install -y nodejs curl jq

Cara menjalankan:

npm install
npm run build

maka data-data penting akan diletakkan di direktori public:

$ find public/ -type f
public/api/id/covid19/hoaxes
public/api/id/covid19/hospitals
public/api/id/covid19/news
public/api/id/covid19/stats
public/index.html
public/ping

yang tentunya telah siap dipublikasikan sebagai situs statik, misalnya menggunakan Firebase Hosting, Zeit/Vercel, Surge, Netlify, Aerobatic, Render, dan yang sejenisnya, ataupun juga diletakkan di sebuah server HTTP secara manual.

Khusus untuk dekontaminasi.com, data-data tersebut akan diperbarui tiap 15 menit karena tahapan npm run build terus dipicu secara berkala, memanfaatkan fitur scheduled event dari GitHub Actions (lihat dokumentasinya).


English

This repository contains the tools necessary to build dekontaminasi.com, an API service to get the latest COVID-19 development in Indonesia.

Dekontaminasi.com serves as the data source for sites such as KawalCovid19.id and KabarVirus. If you want to run your own COVID-19 API server, simply customize and tweak this repository and deploy the data accordingly!

Currently, some available information includes (formatted as JSON):

NOTE: The information on COVID-19 spread is extracted from the official ArcGIS dashboard of BNPB (National Disaster Mitigation Agency).

Minimum requirements: Node.js version 10, curl version 7.58, jq version 1.5. For Ubuntu/Debian, fulfill these by installing the following packages:

sudo apt install -y nodejs curl jq

To run the data extraction:

npm install
npm run build

which will place the important bits in the public subdirectory:

$ find public/ -type f
public/api/id/covid19/hoaxes
public/api/id/covid19/hospitals
public/api/id/covid19/news
public/api/id/covid19/stats
public/index.html
public/ping

that can be published just like a regular static site, e.g. using Firebase Hosting, Zeit/Vercel, Surge, Netlify, Aerobatic, Render, etc, or served manually from any HTTP server.

Note that for dekontaminasi.com, the data will be updated every 15 minutes because npm run build is triggered periodically, thanks to the scheduled event feature from GitHub Actions (check the documentation).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].