Skip to content

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

License

Notifications You must be signed in to change notification settings

rockavoldy/pajak

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks