From de6fec61f357fe10df1bb645c80222fb7bf8ca1d Mon Sep 17 00:00:00 2001 From: devvsakib Date: Thu, 8 Aug 2024 19:08:48 +0600 Subject: [PATCH] added api category with few resources --- src/data/Resources.json | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/src/data/Resources.json b/src/data/Resources.json index 026aefd..e1fb6e5 100644 --- a/src/data/Resources.json +++ b/src/data/Resources.json @@ -298,5 +298,36 @@ "link": "https://roadmap.sh/game-developer", "image": "https://roadmap.sh/og/roadmap/game-developer" } - ] -} \ No newline at end of file + ], + "API": [ + { + "title": "OpenWeatherMap", + "description": "Access weather data from around the world.", + "link": "https://openweathermap.org/api", + "image": "https://openweathermap.org/themes/openweathermap/assets/img/logo_white_cropped.png" + }, + { + "title": "REST Countries", + "description": "Get information about countries, including names, capitals, and populations.", + "link": "https://restcountries.com", + "image": "https://restcountries.com/data/flags.svg" + }, + { + "title": "JSONPlaceholder", + "description": "A free fake online REST API for testing and prototyping.", + "link": "https://jsonplaceholder.typicode.com", + "image": "https://jsonplaceholder.typicode.com/images/logo.png" + }, + { + "title": "The Cat API", + "description": "Get random cat images and facts.", + "link": "https://thecatapi.com", + "image": "https://cdn2.thecatapi.com/images/MTY3ODIyMQ.jpg" + }, + { + "title": "GIPHY", + "description": "Find and share GIFs with ease using the GIPHY API.", + "link": "https://developers.giphy.com", + "image": "https://developers.giphy.com/branch/master/static/header-logo-0fec0225d189bc0eae27dac3e3770582.gif" + } + ]} \ No newline at end of file