DisCast is a Node.JS implementation of a now playing Discord bot. It retrieves the metadata from a shoutcast server at a defined interval and posts the details in a formatted embed to a specified discord channel.
## Setup
- Signup for a Discord Bot Token at: [http://discordapp.com/developers/applications/me]
- Copy config.json.example to config.json
- Fill in the form with your bot token and URL of ShoutCast Stream Details widget (JSON)
- Enable developer mode in Discord
- Copy channel ID into config.json under channel
Change the second parameter of the setInterval statement at line 34. This is measured in milliseconds. (In a future release, this will be a config parameter)