Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

alefteris/greece-tax-offices

Repository files navigation

greece-tax-offices Build Status

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

About

List of all tax offices (Δ.Ο.Υ.) in Greece

Resources

License

Stars

Watchers

Forks