From 5f46363a0518760417c82a8f5ea470d9d598cbef Mon Sep 17 00:00:00 2001 From: Brendan <94894839+abrendan@users.noreply.github.com> Date: Thu, 28 Nov 2024 23:25:56 +0100 Subject: [PATCH] Create README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d82d342 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# *smol*News +## Introduction +This is a small or *smol* news platform written in HTML/CSS/JS and using multiple news APIs. At the moment you can choose between the following APIs using a dropdown menu: +- Currents API (https://currentsapi.services/en) +- New York Times API (https://developer.nytimes.com/) + +## Features +For all APIs you have the following features: +- Search for articles +- Filter using a chosen topic + +With the default Currents API you have the following added features: +- Filter using a chosen news outlet like CNN, The Verge or similar +- Filter using a chosen language + +With the New York Times API you have the following added features: +- Show more details about an article inside smolNews without opening the direct link to the article + +## Screenshots +![grafik](https://github.com/user-attachments/assets/f4467f8f-8b97-4901-b968-c388b132164c)