smykes / wood-calculator

Web app to determine the approximate weight in pounds of a final wood working project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wood Calculator

About

This just finds the estimated weight of a finished wood-working project using specific gravity, moisture content, finished width, finished thickness, and lineal feet. Hosted version for now: http://www.secondrunnerup.com/wood

Installation instructions

  1. If you don't already have Node installed, go do that now.
  2. Download the archive or clone the repository to your public_html directory, or whatever IIS uses these days.
  3. Open a Terminal or a Command Prompt and change directories the root of the project.
  4. Type npm install into your terminal and hit return. This will install the necessary Node packages and download the Bower dependencies.
  5. Type grunt build into your terminal and hit return. This will slay the dragons and collect the unicorn tears.
  6. Open up your favorite browser and navigate to 127.0.0.1/wood-calculator/dist/index.html There is no step 7 unless you are using Windows.

Annoying legal stuff

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.

Please do not claim this idea or code to be yours, if you do end up hosting this somewhere credit me please.

About

Web app to determine the approximate weight in pounds of a final wood working project.


Languages

Language:JavaScript 61.5%Language:HTML 29.7%Language:CSS 8.8%