Git Product home page Git Product logo

apitestassignment's Introduction

apiTestAssignment

Assignment 2

The assignment is based on an API, wherein you will have to use the data provided in the API and write a program to get the Weather report, wind speed and pressure from the user and get the result based on the API.

https://samples.openweathermap.org/data/2.5/forecast/hourly?q=London,us&appid=b6907d289e10d714a6e88b30761fae22

The above API is the REST GET API

Which gives you the response in JSON format and hourly weather forecast of London Location

I want you to write a program to get the option from the user and print the result based on the above API.


1. Get Temperature

2. Get Wind Speed

3. Get Pressure

0. Exit


If the user press 1, Prompt the user for the date with time then print the temp of the input date.

If the user press 2, Prompt the user for the date with time then print the wind.speed of the input date.

If the user press 3, Prompt the user for the date with time then print the pressure of the input date.

If the user press 0, Terminate the program.


The program should not terminate until the user press 0.

The program should be modular.

You should use Java or Python Programming language and any framework.

Output:

Alt text

apitestassignment's People

Contributors

rajeebswain 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.