seykron / ogov-importer

Argentina's Congress bill importer
GNU General Public License v2.0
2 stars 2 forks source link

es6 configuration #20

Closed vmariano closed 9 years ago

vmariano commented 9 years ago

Witch version of node vm?

Some special config?

thanks.

seykron commented 9 years ago

No special config. It requires node >= 0.10 in master and develop, and node 4 in branch feature/refactor-es6 since it uses ES6.

It uses debug in order to log information to the console. It reads the DEBUG environment variable to enable specific loggers. My DEBUG variable looks like this:

export DEBUG=importer,bill_importer,people_importer,committee_importer
vmariano commented 9 years ago

:+1:

seykron commented 9 years ago

you have it working already :P

vmariano commented 9 years ago

yes, sorry.