Team-Tomato / Learn

Learning materials
9 stars 68 forks source link

Ruby Programming Task 1 #269

Closed InbasasiS closed 3 years ago

InbasasiS commented 3 years ago

Fetch news articles from NewsAPI Implement the task in RUBY language

Steps: 1.Create an account and get the api key in https://newsapi.org

  1. Follow the documentation to get the articles: https://newsapi.org/docs/endpoints/top-headlines

Process the response: Extract the title, description, url, source name from each article in api response.

AkbarHabeeb commented 3 years ago

Deferred