/Imgage

A application that allows users to draw on an image or graph together at the same time.

Primary LanguageJavaScriptMIT LicenseMIT

Imgage

Gitter Stories in Ready

A application that allows users to draw on an image or graph together at the same time. WIth options such as brush size and brush color. Imgage is an simple Node application with a lot of possibilities for expansion.

Motivation

The Imgage project started as a fork of this amazing repository made my Eddanger. Found on the Open Source Projects page, it taught me everything I know about Node.

Before You Install

In order for installation to run as smoothly as possible make sure you download and install Node.js and Node Package Manager on your computer before you begin.

Installation

  1. Installation through Terminal begins with cloning this repository:
git clone https://github.com/KingShimkus/Imgage.git
  1. Then you want to cd into, like so:
cd Imgage/
  1. Once you are inside the the folder, install package dependencies:
npm install
  1. And finally, to run the application:
npm start
  1. Then make your way over to http://localhost:8080 and enjoy. :)

Contributors

Please contribute, I am so lonely :'(. You can submit a pull request or just hit me up on Gitter. I do give full credit to those that contribute and will be happy to put your name under contributors.

License

Copyright (c) 2015, Luke Shimkus (MIT License)