/pajak

Scrape kurs pajak dari kementrian keuangan sesuai Keputusan Menteri Keuangan setiap minggu.

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Kurs Pajak

This repository exists to scrape all kurs posted by Kemenkeu every Wednesday, and serve the API in this Kalkulator pajak to find a rough estimate how much import tax you need to pay for your items.

Run the app

Using docker, you can build and run with

docker build -t pajak:latest .
docker run -p 8080:8080 -t pajak:latest

Roadmap

  • Add frontend to the root endpoint
  • Add CORS Not needed; since the API and frontend is on the same project