Giter VIP home page Giter VIP logo

s8_soc-ws_velib_gateway_ws's Introduction

SOAP Middleware Service and Client for JCDecaux API

Features

  • Client

    • Displays the number of bikes available of the currently selected station [MVP].
    • WPF client instead of a console one [Extension Development #1].
    • Search bars for cities and stations.
  • Server

    • All requests between the service and the API and between the service and the client are asynchronous [Extension Development #2].
    • The service uses caching to reduce communications with the API [Extension Development #3].

How to use :

  • Open the solution Velib_Gateway_WS.sln in the Velib_Gateway_WS folder
  • For the console client :
    • Set ConsoleClientForVelibGatewayWS as startup project
    • Just launch it, it should launch the server with it.
    • A console should appear, type help to see the available commands.
    • Type getcities to get the available cities, getstations <city> to get the stations names for a city, and getbikes <stationName> to get the available bikes for a station. For the last command you can type a part of the name, the service should find the corresponding station.
    • To close the client, you can type exit.
  • For the WPF Client :
    • Set WPFClientForVelibGateway as startup project
    • Just launch it, it should launch the server with it.
    • The UI should be intuitive enough. (See screenshot below)

WPF Client Screenshot

ClientUI

To Improve

  • Caching could have been made using C# classes (example here).
  • Caching uses arbitrary values that might not be optimal ones, currently the stations data are invalidated after 5 minutes and the cities data after 1 hour.

s8_soc-ws_velib_gateway_ws's People

Contributors

joelcancela avatar

Watchers

 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.