UNPKG

stackexchange

Version:

Node.js implementation of the stackexchange/stackoverflow API

13 lines (10 loc) 222 B
'use strict' // Default configuration. const config = new Map([ ['api', 'api.stackexchange.com'], ['protocol', 'https:'], ['site', 'stackoverflow'], ['version', '2.2'] ]) // Expose config module.exports = config