This repository contains a Deno-based API application that provides information about public holidays in Indonesia. The holiday data is sourced from tanggalan.com, offering up-to-date and accurate information.
Ensure that you have Deno installed on your machine. You can install Deno by following the instructions on the official Deno website: Deno Installation.
-
Clone the repository:
git clone https://github.com/radyakaze/api-hari-libur.git
-
Change into the project directory:
cd api-hari-libur
-
Run the application:
deno task dev
This command will start the Deno application, and the API will be accessible at
http://localhost:8000
.
You can also explore a live demo of the API at libur.deno.dev.
This project is licensed under the MIT License - see the LICENSE file for details.
- The holiday data is sourced from 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.