Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 521 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 521 Bytes

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