GDSC-RCCIIT / gdg-website

official GDG site for RCCIIT,Kolkata
MIT License
13 stars 43 forks source link

Google's Free Certifications Fetch API | To Fetch Google's Free Certifications & Courses and List them all #188

Closed Shariq2003 closed 3 weeks ago

Shariq2003 commented 4 weeks ago

I want to make an API that will fetch and return a list of Google’s free certifications and courses dynamically. This API will regularly retrieve the latest data, ensuring users have access to up-to-date information on Google’s free offerings for skill development.

Demo Response

{ "lastUpdated": "2024-10-26T08:30:00Z", "courses": [ { "title": "Google IT Support Professional Certificate", "description": "A beginner-level course that provides foundational knowledge and skills in IT support, including troubleshooting, system administration, and security.", "url": "https://example.com/google-it-support", "duration": "6 months", "certification": true }, { "title": "Android Basics in Kotlin", "description": "Learn the basics of Android development with Kotlin, including creating layouts, adding navigation, and connecting to the internet.", "url": "https://example.com/android-basics-kotlin", "duration": "3 months", "certification": true }, { "title": "Machine Learning Crash Course", "description": "An intensive, hands-on introduction to machine learning, with lessons, real-world case studies, and interactive exercises.", "url": "https://example.com/machine-learning-crash-course", "duration": "15 hours", "certification": false }, { "title": "Google Cloud Fundamentals: Core Infrastructure", "description": "Explore Google Cloud products and services, and learn how to leverage core infrastructure services like Compute Engine and Cloud Storage.", "url": "https://example.com/google-cloud-fundamentals", "duration": "1 week", "certification": false } ] }

And will list them in a new page for users to upskill by Google (UI will be implemented in a new issue) like this

image

github-actions[bot] commented 4 weeks ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible.

github-actions[bot] commented 4 weeks ago

🎉 Thank you for raising an issue in this repository! We’ll review and assign it to you soon. In the meantime, feel free to ⭐ the repo for updates. Stay awesome! 😎

github-actions[bot] commented 3 weeks ago

Hello @Shariq2003! Your issue #188 has been closed. Thank you for your contribution!