a simple Twitch bot in nodejs
Provide twitch oauth api key through env key oauth_key
npm start
post an array of channels, even for one channel
curl -d '[{"name":"gartcimore"}]' -H "Content-Type: application/json" -X POST http://localhost:3000/channels
curl -X GET http://localhost:3000/channels