IMH is an Imgur parse through that accepts calls to upload and serves a frontend and screenshot extension. The IMH Client WILL NOT accept upload calls, only the host can do that.
Install NodeJS and NPM if you haven't already.
git clone https://github.com/raxracks/imh-client
cd imh-client
npm install
node .
You will need to deploy a website running the webserver somehow.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.