UNPKG

twitch-chat-cli

Version:

CLI for reading Twitch chat

15 lines (13 loc) 383 B
const config = { dirName: '.twitch-cli', configFile: 'config.json', emoticonEndpoint: 'https://twitchemotes.com/api_cache/v3/images.json', emoticonDir: 'emoticons', emoticonFile: 'images.json', globalEmoteDir: 'global', imagesDir: 'cached', apiBaseURL: 'http://localhost:3000/api', channelEndpoint: '/channels', globalChannel: 'twitch' } module.exports = config