Skip to content

A parcel estimator written in Ruby (Epicodus Ruby Week 2 Monday)

Notifications You must be signed in to change notification settings

codemargaret/parcel_estimator_ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A parcel estimator written in Ruby (Epicodus Ruby Week 2 Monday)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published