WeSearch

Publishing One Package to Five Registries with GitHub Actions

·10 min read · 0 reactions · 0 comments · 16 views
#open-source#vat#data#programming#europe
Publishing One Package to Five Registries with GitHub Actions
⚡ TL;DR · AI summary

A new open-source project called eu-vat-rates-data provides a reliable dataset of EU VAT rates published across five programming language registries. This initiative aims to simplify access to VAT data by bundling it into native packages, eliminating the need for developers to handle network calls or parsing. The data is sourced from the European Commission's official database and is updated daily, ensuring accuracy and ease of use for developers in various ecosystems.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3561015) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Iurii Rogulia Posted on Jun 3 • Originally published at iurii.rogulia.fi Publishing One Package to Five Registries with GitHub Actions #typescript #python #php #go Every developer building for European markets hits the same wall eventually. EU VAT rates are public data — the European Commission publishes them — but getting that data into your codebase reliably is a mess. You hardcode the rates, they change, your invoices are wrong.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)