{"id":24743247,"url":"https://github.com/jmofuture/apiudemy","last_synced_at":"2026-04-28T21:04:07.777Z","repository":{"id":208718764,"uuid":"538175836","full_name":"Jmofuture/APIUdemy","owner":"Jmofuture","description":"Consumo de API con R","archived":false,"fork":false,"pushed_at":"2022-09-18T21:44:35.000Z","size":245,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T21:44:01.595Z","etag":null,"topics":["csv","httr","json","json-api","jsonlite","r","readr","tidyverse"],"latest_commit_sha":null,"homepage":"https://www.jmofuture.com/proyectos/r/consumo-de-api-con-r","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jmofuture.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-18T16:50:24.000Z","updated_at":"2022-09-18T17:07:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"e031e72b-20f6-4df1-8b65-441b5ed2b458","html_url":"https://github.com/Jmofuture/APIUdemy","commit_stats":null,"previous_names":["jmofuture/apiudemy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jmofuture/APIUdemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jmofuture%2FAPIUdemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jmofuture%2FAPIUdemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jmofuture%2FAPIUdemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jmofuture%2FAPIUdemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jmofuture","download_url":"https://codeload.github.com/Jmofuture/APIUdemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jmofuture%2FAPIUdemy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32399051,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","httr","json","json-api","jsonlite","r","readr","tidyverse"],"created_at":"2025-01-28T01:35:00.251Z","updated_at":"2026-04-28T21:04:07.748Z","avatar_url":"https://github.com/Jmofuture.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Consumo de API con R\n\n\u003cp\u003e\n    En este proyecto conectamos R con la API de la plataforma de Cursos Udemy, apuntando a extraer un JSON con el listado de los cursos gratis.\n\u003c/p\u003e\n\u003cp\u003e\n    El proyecto inicial fue hecho probando las librerías y estudiando cómo funcionaba cada paso y función usada, luego lo refactorice para disminuir la redundancia,\n    pasar de generar un CSV por cada tema a crear un solo archivo con todos los cursos listados.\n\u003c/p\u003e\n\n\u003cp\u003e\n    Gracias a este proyecto añadí a mi Web la sección Recursos, donde centralice y compartí todo los cursos ordenados por tecnología e idioma.\n\u003c/p\u003e\n\n\u003ca href=\"https://www.jmofuture.com/recursos\" target=\"_blank\"\u003eRecursos\u003c/a\u003e\n\n\u003cp\u003e\n    Usé las librerías:\n\u003cdiv\u003e\n    \u003cimg src=\"https://drmowinckels.io/workshops/workshops-tidyquintro/logo.png\" alt=\"LogoTidyverse\" width=\"350px\" height=\"200px\"\u003e\n\u003c/div\u003e\n    \u003cul\u003e\n        \u003cli\u003eTidyverse\u003c/li\u003e    \n        \u003cli\u003eHttr\u003c/li\u003e    \n        \u003cli\u003eReadr\u003c/li\u003e    \n        \u003cli\u003eJsonlite\u003c/li\u003e          \n    \u003c/ul\u003e\n\u003c/p\u003e\n\n\u003cp\u003e\n    Una foto de los Scripts resultantes:\n\u003c/p\u003e\n\n\u003cdiv\u003e\n    \u003ch2\u003eScript Inicial\u003c/h2\u003e\n\u003c/div\u003e\n\n![URLsInicial](https://user-images.githubusercontent.com/78714438/190920821-610fa39d-c319-47b9-b8b1-da8017bcb9ea.svg)\n\n\u003cdiv\u003e\n    \u003ch2\u003eScript Refactorizado\u003c/h2\u003e\n\u003c/div\u003e\n\n![RefactorURLs](https://user-images.githubusercontent.com/78714438/190920871-ba0c5e63-0a5d-4bb8-871a-05af9b7b659f.svg)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmofuture%2Fapiudemy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmofuture%2Fapiudemy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmofuture%2Fapiudemy/lists"}