Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
satyawikananda committed Jul 9, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 6011e45 + 2d3fc27 commit deb696b
Showing 2 changed files with 77 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 I Gusti Ngurah Satya Wikananda

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
56 changes: 56 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<div align="center">
<h1>RS Bed Covid Indonesia API</h1>

<p>API ketersediaan rumah sakit yang berada di Indonesia</p>

</div>

# Pendahuluan
API ini bertujuan untuk menampilkan data-data ketersediaan rumah sakit yang berada di Indonesia, selain itu API ini juga menampilkan daftar rumah sakit yang berada di seluruh Indonesia.

# Daftar Endpoint
Untuk mengetahui daftar-daftar endpoint yang tersedia, Anda bisa langsung menuju ke [https://rs-bed-covid-api.vercel.app/](https://rs-bed-covid-api.vercel.app/).

# Teknologi yang di gunakan
* [Vite](https://vitejs.dev)
* [Vite Plugin Mix](https://github.com/egoist/vite-plugin-mix) oleh [Egoist](https://github.com/egoist/)

# Instalasi

Jika Anda ingin menambahkan projek ini di komputer Anda sendiri, Anda bisa melakukan instalasi dengan mengikuti cara dibawah ini

1. klon repositori ini

```
git clone https://github.com/satyawikananda/rs-bed-covid-indo-api.git
```

2. Unduh `dependencies`

Di kasus saya, saya menggunakan `pnpm` untuk `package manager`, Anda bisa menyesuaikan dengan `package manager` kesukaan Anda.

```
pnpm install
```

# Kontribusi

Ingin projek ini jadi lebih baik? Anda bisa kontribusi ke projek ini, saya sangat terbuka jika ada kontribusi di projek ini.


# Showcase

Jika Anda menggunakan API ini di aplikasi Anda, Anda bisa mendaftarkan projek Anda di bawah ini :

# Referensi

* [Ina Covid Bed](https://github.com/agallio/ina-covid-bed) oleh [agallio](https://github.com/agallio)
* [Carirs](https://github.com/mgilangjanuar/carirs) oleh [M Gilang Januar](https://github.com/mgilangjanuar)

---

![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)
![forthebadge](https://forthebadge.com/images/badges/made-with-typescript.svg)
![vercelbadge](https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg)

Dibuat menggunakan Typescript. Kode berlisensi dibawah [MIT License](https://raw.githubusercontent.com/satyawikananda/rs-bed-covid-indo-api/main/LICENSE)

1 comment on commit deb696b

@vercel
Copy link

@vercel vercel bot commented on deb696b Jul 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.