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
- Host: GitHub
- URL: https://github.com/radyakaze/api-hari-libur
- Owner: radyakaze
- License: mit
- Created: 2023-11-15T13:43:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T18:18:18.000Z (over 1 year ago)
- Last Synced: 2025-03-28T07:22:47.593Z (2 months ago)
- Topics: api, cuti, cuti-bersama, deno, hari-libur, hari-libur-nasional, indonesia, public-api, public-holidays
- Language: CSS
- Homepage: https://libur.deno.dev
- Size: 34.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.