UNPKG

czares

Version:

NodeJS API handler for ARES requests (Czech registry of economic subjects)

8 lines (6 loc) 202 B
'use strict'; const ARES_URL = { standard: 'http://wwwinfo.mfcr.cz/cgi-bin/ares/darv_std.cgi', economicSubjects: 'http://wwwinfo.mfcr.cz/cgi-bin/ares/ares_es.cgi' }; module.exports = ARES_URL;