GithubHelp home page GithubHelp logo

gozova.github.io's People

Contributors

cameronmoreau avatar

Stargazers

Brian Litwin avatar

Watchers

 avatar James Cloos avatar James Staud avatar Kolten Sturgill avatar  avatar Long Nguyen avatar David John avatar

Forkers

kolten

gozova.github.io's Issues

Price estimator

Requirements

  • Page or section of the website with two text fields (Start location, end location)
  • Use google places auto complete
  • Use some ajax request to do this without refreshing
  • Show the upper and lower bounds
  • Show errors if any
  • Make it look nice

Extra

  • Results are given in cents use Math.ceil(result / 100)
  • Use any library/framework you want to do this. JQuery is already on the website, but if you're feeling frisky and want to use VueJS, go for it

https://api-gozova.herokuapp.com/v1/public/estimate

Method: GET
Query expects:

  • start_latitude (decimal)
  • start_longitude (decimal)
  • end_latitude (decimal)
  • end_longitude (decimal)

Response

{
    "start_latitude":32.784854,
    "start_longitude":-97.108611,
    "end_latitude":32.728804,
    "end_longitude":-97.114617,
    "lower":1620,
    "upper":1908,
    "est_miles":5,
    "est_minutes":11
}

Resources:

Google Public API Key:
AIzaSyD0Ex2YWXns-_YkH13MbhKm__2tk9IiMCM
(Don't worry, this is public and is only for the website)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.