0% found this document useful (0 votes)
2 views

Applied Activity 1-API (1) (1)

aPPLIED aCTIVITY

Uploaded by

Anjali Aggarwal
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Applied Activity 1-API (1) (1)

aPPLIED aCTIVITY

Uploaded by

Anjali Aggarwal
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Applied Activity 1 – API (20%) –

Assignment is due on 7 October 2024, and presentation


for the same will be held on 11 October 2024

Complete this assignment and submit your .zip file - no other file format will be
accepted.

Your submission must include your name and assignment information.

Your submission must be your original and unique work.

For this week, you will answer the following questions and include the answers
in .zip file. Include all your resources in the zip.

Each answer must have a short explanation in the comments

1. Using any below API, show any three value in HTML for first 20 records

https://dummyjson.com/products/

https://jsonplaceholder.typicode.com/users

2. Using the below API, create to fetch data from a sample API and render
any two values in Container with <p> and <h2>
https://jsonplaceholder.typicode.com/posts

3. Go to https://openweathermap.org and sign up. Create your personal API.


You should use your own API. Then add latitude and longitude of the place
your are born in. Add the generated API to create a link to get weather
data.

Show the output in html for the data which you received.

Below is the URL which you have to use:

https://api.openweathermap.org/data/2.5/weather?
lat={lat}&lon={lon}&appid={API key}

 While presenting in class you have to show the code having a short
explanation in the comments
 You have to login to https://openweathermap.org and show your unique
API generated by you.

For Presentation
 It should be between 2-5mins.

 Explain all the three task done in assignment.

 Open this link “https://openweathermap.org” and show your unique API.

You might also like