Skip to content

Commit

Permalink
Initial upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
brennana committed Apr 13, 2013
1 parent ca062a2 commit 4f87a90
Show file tree
Hide file tree
Showing 4 changed files with 1,075 additions and 2 deletions.
22 changes: 22 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Copyright (c) 2013 Andy Brennan

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
industrial-js
Industrial.js
=============

A JavaScript-driven library of CSS3 gauges, tanks, and more.
> A jQuery-driven library of CSS3 gauges, tanks, and more.
Do you work in an industry that requires the use of web-enabled remote monitoring? Are those systems inefficient because they require the server to render images and send them to clients? Are those systems' front-ends expensive to create because of the current market of toolkits? Do you want to use cutting-edge CSS3 features and jQuery to create a beautiful front-end for your industrial application?

If you answer yes to any of these, **Industrial.js** is for you! This library allows you to create an array of different industrial monitoring components. These components include:

* Tanks
* Thermometers
* Gauges
* LEDs
* and Digital Readouts

With optional sizing and color classes, tick marks, and scales, your industrial application will come to life, allowing your users to gleam the same information, but with far more efficiency and style. Not to mention that this toolkit is MIT licensed (i.e. it's free!).

[Go ahead, give the example a try!](http://valdez42.github.com/industrial-js)
[Also view the documentation.](https://github.com/valdez42/industrial-js/wiki)

## Contributing ##
If you'd like to help make **Industrial.js** better (whether it be the default CSS or CoffeeScript source), then go right ahead! I encourage it. If you don't want to work on source, you can also help me by posting issues.

## Promotion ##
Are you using **Industrial.js**? Contact me about your website, and I'll see about promoting you on the example page!
Loading

0 comments on commit 4f87a90

Please sign in to comment.