{"id":23076583,"url":"https://github.com/corbaz/api-clima","last_synced_at":"2025-04-03T12:16:34.243Z","repository":{"id":125339048,"uuid":"478084367","full_name":"corbaz/api-clima","owner":"corbaz","description":"Api del Clima para Telecom","archived":false,"fork":false,"pushed_at":"2024-06-15T11:37:03.000Z","size":28827,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-09T01:39:37.598Z","etag":null,"topics":["clima","pronosticos-clima"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/corbaz.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-04-05T10:46:37.000Z","updated_at":"2024-06-15T11:37:07.000Z","dependencies_parsed_at":"2024-12-16T09:41:46.303Z","dependency_job_id":"4a600fb6-72a8-4e68-a9f2-e398419fc7e7","html_url":"https://github.com/corbaz/api-clima","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbaz%2Fapi-clima","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbaz%2Fapi-clima/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbaz%2Fapi-clima/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbaz%2Fapi-clima/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corbaz","download_url":"https://codeload.github.com/corbaz/api-clima/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246998229,"owners_count":20866696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["clima","pronosticos-clima"],"created_at":"2024-12-16T09:41:36.329Z","updated_at":"2025-04-03T12:16:34.227Z","avatar_url":"https://github.com/corbaz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Proyecto Clima5 - API de Clima Open Weather Map\n\n---\n\n## Repositorio en Github:\n\n## https://github.com/corbaz/api-clima\n\n## Sitio WEB:\n\n## https://corbaz.github.io/api-clima/\n\n## Sitio Web de consulta API:\n\n## https://openweathermap.org/api\n\n---\n\n## Vite.js + React + Tailwind CSS v3\n\n---\n\n```\n-------------\nInstalar VITE\n-------------\n\nCon NPM :\n_________\n\nnpm create vite@latest\n\n\nCon Yarn:\n_________\n\nyarn create vite\n\n\n__________________________________\nInstalar dependencias mode_modules\n__________________________________\n\nCon NPM:    npm i\n\n\nCon Yarn:   yarn\n\n\n---------------------\nInstalar TAILWIND 3.0\n---------------------\n\nCon NPM:\n\nnpm install -D tailwindcss@latest postcss@latest autoprefixer@latest\n\n\nCon Yarn:\n\nyarn add -D tailwindcss@latest postcss@latest autoprefixer@latest\n\n\n-------------------------------------------------------------------\nCreación de archivos de configuración de Tailwind CSS y de PostCSS\n-------------------------------------------------------------------\n'tailwind.config.js' - 'postcss.config.js'\n-------------------------------------------------------------------\n\nnpx tailwindcss init -p\n\n\nen el archivo generado 'tailwind.config.js' modificamos el content:\n\nmodule.exports = {\n content: [\"./index.html\", \"./src/**/*.{js,jsx,ts,tsx}\"],\n theme: {\n    extend: {},\n  },\n  plugins: [],\n};\n\n\nagregaremos las directivas en el index.css\n\n/* src/index.css */\n@tailwind base;\n@tailwind components;\n@tailwind utilities;\n\n\npara el mensaje de Warning: \"Unknown at rule @tailwind\",\n\n1. Simplemente vaya a la configuración de usuario (ctrl +,) para acceso directo.\n2. Busque CSS en la barra de búsqueda.\n3. Busque el (CSS\u003e Lint:Unknown At Rules)\n4. Seleccione \"Ignorar\" de las opciones desplegables.\n\n```\n\n---\n\n### Documentación Oficial de Vite: https://vitejs.dev/\n\n### Documentación Oficial de React: https://es.reactjs.org/\n\n### Documentación Oficial de TailwindCSS: https://tailwindcss.com\n\n---\n\n```\n----------------------------------------------------------\nInicialización de Git y Creación del repositorio en Github\n----------------------------------------------------------\n\ngit init\n\nRepositorio:\nhttps://github.com/corbaz/api-clima.git\n\n\ngit add .\ngit commit -m \"Instalación\"\ngit branch -M main\ngit remote add origin https://github.com/corbaz/api-clima.git\ngit push -u origin main\n\n```\n\n---\n\n```\nPara consultar la api\n\ndebí crear una cuenta en:\n\n* https://home.openweathermap.org/users/sign_up\n\n* cree un usuario: corbaz\n     con password: **********\n\nRecibi un mail con un link para la verificación de mi direccióon de email.\n```\n\n## Verificación\n\n\u003cimg src=\"./assets/email.png\" alt=\"email\" width=\"300px\"/\u003e\n\n\u003cimg src=\"./assets/verify.png\" alt=\"verify\" width=\"300px\"/\u003e\n\n---\n\n## API\n\n### https://home.openweathermap.org/api_keys\n\n- KEY:  \n  41c24d525dac0eed946d6145c5e582c5\n\n- NAME:  \n  clima5\n\n---\n\n## Para hacer Deploy del Sitio Web:\n\n```\n1. retirar la carperta /dist del archivo .gitignore\n\n2. ejecutar del package.json el script:\n\n\"build\": \"vite build\",\n\n3. git add .\n\n4. git commit -m \"Deploy Clima 5 version 1.0\"\n\n5. git subtree push --prefix dist origin gh-pages\n```\n\n---\n\n# Proyecto Clima5 - API de Clima Open Weather Map\n\n---\n\n## Repositorio en Github:\n\n## https://github.com/corbaz/api-clima\n\n## Sitio WEB:\n\n## https://corbaz.github.io/api-clima/\n\n## Sitio Web de consulta API:\n\n## https://openweathermap.org/api\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorbaz%2Fapi-clima","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorbaz%2Fapi-clima","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorbaz%2Fapi-clima/lists"}