Huginn Chatbot

Planning to implement this via Telegram and Wit.ai.

Backend will be a node server on Now.

[Read More]

Generally Useful Stuff

https://compressor.io - Compress and optimize your images. Up to 90% file size reduction 😼

https://cors.now.sh - Reverse proxy with CORS headers. Example:

// The XKCD URL below doesn't allow CORS.
fetch('https://cors.now.sh/http://xkcd.com/info.0.json')
.then(console.log)
.catch(console.error)
[Read More]
Coding 

VS Code Awesome Sauce

Plugins

Quokka.js

Quokka.js - This makes any file into a live REPL. Really nice. If using NVM be sure to add to settings:

"quokka.node":"/FULL/PATH_TO/.nvm/versions/node/VERSION/bin/node"
[Read More]