Giter Site home page Giter Site logo

flightgroovy's Introduction

flightgroovy

This is a web service that will connect to an airline service, that provides availability results in XML format, and convert the results into a different JSON model.

Requirements

  • Java JDK 8
  • Maven

Download

$ git clone https://github.com/mmelgaco/flightgroovy.git

Test and build

$ cd flightgroovy
$ mvn package

Run

$ java -jar target/flightgroovy-0.0.1-SNAPSHOT.jar

Usage

Open your favorite browser and point it to:
http://localhost:8080/{ORIGIN_AIRPORT}/{DESTINATION_AIRPORT}/{DEPARTURE}/{RETURN}/{PAX}

  • Replace:
    {ORIGIN_AIRPORT} with the origin airport code ( like DUB )
    {DESTINATION_AIRPORT} with the destination airport code ( like DUB )
    {DEPARTURE} with the departure data
    {RETURN} with the return date
    {PAX} with the number of passengers

Explanations

  • It was my first time with groovy, so I probably did not use the best practices, patterns and resources.
  • I think groovy is very powerfull.
  • Given more time i could do more tests, i just made 2 basic tests.

flightgroovy's People

Contributors

mmelgaco avatar

Watchers

James Cloos avatar

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.