##bigassmessage API
###Example app:
var app = require('express')()
var big = require('bigassmessage')
app.get('/:message/:style?', function(req, res){
big(req.params.message, req.params.style, function(url){
res.redirect(url)
})
})
app.listen(process.env.PORT || 3000)
Choose up to 3 styles:
magic
heart
disco
Click here for a demo.
99.9% not my work
http://bigassmessage.com