UNPKG

house-gov-page-scraper

Version:

a node module for scraping info from the US House of Representatives website: house.gov

14 lines (9 loc) 414 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDistrictsInZip = undefined; var _getDistrictsInZip = require('./house/gov/getDistrictsInZip'); var _getDistrictsInZip2 = _interopRequireDefault(_getDistrictsInZip); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } exports.getDistrictsInZip = _getDistrictsInZip2.default;