{"id":27039735,"url":"https://github.com/al3rez/example-hello-world-functions","last_synced_at":"2026-02-01T09:32:31.519Z","repository":{"id":285536724,"uuid":"955395152","full_name":"al3rez/example-hello-world-functions","owner":"al3rez","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-26T15:14:35.000Z","size":96,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T10:39:17.573Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/al3rez.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":"2025-03-26T15:14:10.000Z","updated_at":"2025-03-26T15:14:40.000Z","dependencies_parsed_at":"2025-04-01T09:47:51.285Z","dependency_job_id":"750906b0-4a4a-4b10-a062-7ba9835ffeaf","html_url":"https://github.com/al3rez/example-hello-world-functions","commit_stats":null,"previous_names":["al3rez/example-hello-world-functions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/al3rez/example-hello-world-functions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al3rez%2Fexample-hello-world-functions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al3rez%2Fexample-hello-world-functions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al3rez%2Fexample-hello-world-functions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al3rez%2Fexample-hello-world-functions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/al3rez","download_url":"https://codeload.github.com/al3rez/example-hello-world-functions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al3rez%2Fexample-hello-world-functions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28975246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T08:16:14.655Z","status":"ssl_error","status_checked_at":"2026-02-01T08:06:51.373Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2025-04-05T03:18:36.592Z","updated_at":"2026-02-01T09:32:31.501Z","avatar_url":"https://github.com/al3rez.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Netlify examples](netlify-badge-examples.png)\n\n# Hello world functions\n\n**View this demo site**: https://example-hello-world-function.netlify.app/\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/f15f03f9-55d8-4adc-97d5-f6e085141610/deploy-status)](https://app.netlify.com/sites/example-hello-world-function/deploys)\n\n\n\n## About this example site\n\nThis site shows a very simple \"Hello World\" example of developing and running serverless functions with Netlify Functions. It includes links to a deployed serverless function and an example of accessing the function using a customized URL.\n\n\n- [About Netlify Functions](https://www.netlify.com/products/functions/?utm_campaign=dx-examples\u0026utm_source=example-site\u0026utm_medium=web\u0026utm_content=example-hello-functions)\n- [Docs: Netlify Functions](https://docs.netlify.com/functions/overview/?utm_campaign=dx-examples\u0026utm_source=example-site\u0026utm_medium=web\u0026utm_content=example-hello-functions)\n- [Accessing your function logs](https://docs.netlify.com/functions/logs/?utm_campaign=dx-examples\u0026utm_source=example-site\u0026utm_medium=web\u0026utm_content=example-hello-functions)\n- [Learn serverless in the functions playground](https://functions.netlify.com/?utm_campaign=dx-examples\u0026utm_source=example-site\u0026utm_medium=web\u0026utm_content=example-hello-functions)\n            \n\n\n## Speedily deploy your own version\n\nDeploy your own version of this example site, by clicking the Deploy to Netlify Button below. This will automatically:\n\n- Clone a copy of this repo to your own GitHub account\n- Create a new project in your [Netlify account](https://app.netlify.com/?utm_medium=social\u0026utm_source=github\u0026utm_campaign=devex-ph\u0026utm_content=devex-examples), linked to your new repo\n- Create an automated deployment pipeline to watch for changes on your repo\n- Build and deploy your new site\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify/example-hello-world-functions\u0026utm_medium=social\u0026utm_source=github\u0026utm_campaign=devex-ph\u0026utm_content=devex-examples)\n\n\n## Install and run this example locally\n\nYou can clone this example repo to explore its features and implementation, and to run it locally.\n\n```shell\n\n# 1. Clone the repository to your local development environment\ngit clone git@github.com:netlify/example-hello-world-functions.git\n\n# 2. Move into the project directory\ncd example-hello-world-functions\n\n# 3. Install the Netlify CLI to let you locally serve your site using Netlify's features\nnpm install -g netlify-cli\n\n# 4. Serve your site using Netlify Dev to get local serverless functions\nnetlify dev\n\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal3rez%2Fexample-hello-world-functions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fal3rez%2Fexample-hello-world-functions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal3rez%2Fexample-hello-world-functions/lists"}