Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.1 KB

Parcel Estimator

A Ruby app that estimates shipping cost based on size, time and distance, 09.11.2017

By Margaret Berry and Dan Danilyuk

Project Goals

  • Get more comfortable using the Sinatra framework.

Specifications

Spec Input Output
Returns volume of a package. 3, 3, 3 27

Setup/Installation Requirements

Run the following commands in Terminal:

  1. $ git clone this repository
  2. $ cd parcel_estimator_ruby
  3. $ ruby app.rb
  4. Navigate to localhost:4567

Known Bugs

The cost part of the cost to ship function does not currently work. The app only returns volume and input parameters.

Support and contact details

If you have questions, comments, or concerns, please contact Margaret. Feel free to make a contribution to the code.

Technologies Used

  • Ruby
  • Sinatra

License

This software is licensed under the MIT license.

Copyright (c) 2017 Margaret Berry and Dan Danilyuk