greece-tax-offices List of all tax offices (Δ.Ο.Υ.) in Greece. Installation $ npm install greece-tax-offices Usage Get a list of the tax offices: const taxOffices = require('greece-tax-offices'); taxOffices.forEach(function(office) { console.log(office.code); }); License MIT license