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

https://github.com/radyakaze/api-hari-libur

API Hari Libur Indonesia
https://github.com/radyakaze/api-hari-libur

api cuti cuti-bersama deno hari-libur hari-libur-nasional indonesia public-api public-holidays

Last synced: about 2 months ago
JSON representation

API Hari Libur Indonesia

Awesome Lists containing this project

README

        

# API Hari Libur Indonesia

This repository contains a Deno-based API application that provides information
about public holidays in Indonesia. The holiday data is sourced from
[tanggalan.com](https://www.tanggalan.com/), offering up-to-date and accurate
information.

## Usage

### Prerequisites

Ensure that you have Deno installed on your machine. You can install Deno by
following the instructions on the official Deno website:
[Deno Installation](https://deno.land/#installation).

### Getting Started

1. Clone the repository:

```bash
git clone https://github.com/radyakaze/api-hari-libur.git
```

2. Change into the project directory:

```bash
cd api-hari-libur
```

3. Run the application:

```bash
deno task dev
```

This command will start the Deno application, and the API will be accessible
at `http://localhost:8000`.

### API Demo

You can also explore a live demo of the API at
[libur.deno.dev](https://libur.deno.dev).

## License

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

## Acknowledgments

- The holiday data is sourced from [tanggalan.com](https://www.tanggalan.com/).
- Special thanks to the Deno community for providing a robust and secure
runtime.

Feel free to contribute to this project or use it in your applications! If you
encounter any issues or have suggestions for improvement, please open an issue
on GitHub.