new RainMachine(query, options)
const rm = new RainMachine('.rain-container', {options})
fetch(`https://rainmachinejs.herokuapp.com/weather/Winnipeg`)
.then(res => res.json())
.then(() => {
const rm = new RainMachine('.rain-container', json)
})
.catch(console.error)