Planning to implement this via Telegram and Wit.ai.
Backend will be a node server on Now.
[Read More]Planning to implement this via Telegram and Wit.ai.
Backend will be a node server on Now.
[Read More]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)
Note: This is no longer needed now that now does logging
Using https://logs.now.sh
Meteor project: meteor npm install now-logs --save
Terminal: npm install now-logs -g
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"