UNPKG

leagueofcomicgeeks

Version:

Unofficial Node.js library for interacting with League of Comic Geeks

13 lines (10 loc) 251 B
const types = require('./src/utils/types'); const protocol = 'https://'; const domain = 'leagueofcomicgeeks.com'; module.exports = { protocol, domain, rootUrl: `${protocol}${domain}`, sessionKey: 'ci_session', defaultType: types.SERIES };