The description of the project
What is the project context

This project ultilized Currents API, which is a public news api, to provide a searching news feature to users.

What benefits does the project bring to its users? Who are they? Why they need it?

This web application searches fast and clean (without any ads). It is suitable for those who do not like to watch ads.

An explaination of the technologies involved
How does it work?

The web page sends a get request to Currents news API. Got json response from it. Using the response data to create html elements. Finally display them to the screen.



Which API are you using? How do you manage to connect them to create your service?

The project used Currents news API, my javascript method sends http get request to the api and receives json data from it.

Links to resources