{"id":25213336,"url":"https://github.com/rjnemo/deno_hello","last_synced_at":"2026-05-14T23:12:06.094Z","repository":{"id":54362023,"uuid":"340410759","full_name":"rjNemo/deno_hello","owner":"rjNemo","description":"Web app which returns the iconic Hello, World in various locales","archived":false,"fork":false,"pushed_at":"2021-09-16T14:28:56.000Z","size":48,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-16T22:32:29.965Z","etag":null,"topics":["deno"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rjNemo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-19T15:29:25.000Z","updated_at":"2025-08-11T08:00:31.000Z","dependencies_parsed_at":"2022-08-13T13:20:49.085Z","dependency_job_id":null,"html_url":"https://github.com/rjNemo/deno_hello","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rjNemo/deno_hello","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjNemo%2Fdeno_hello","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjNemo%2Fdeno_hello/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjNemo%2Fdeno_hello/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjNemo%2Fdeno_hello/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rjNemo","download_url":"https://codeload.github.com/rjNemo/deno_hello/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjNemo%2Fdeno_hello/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278891744,"owners_count":26063855,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["deno"],"created_at":"2025-02-10T15:19:51.831Z","updated_at":"2025-10-08T04:49:51.830Z","avatar_url":"https://github.com/rjNemo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/rjNemo/deno_hello)\n\n# Hello Server\n\nWeb app which returns the iconic `Hello, World` in various locales.\n\n## Features\n\n- [x] Print hello world in a random locale\n- [x] Select the locale by id\n- [x] Use with CLI\n- [x] Basic HTTP server\n- [x] HTML frontend\n- [ ] Rebuild using [Aleph.js](https://alephjs.org/docs)\n- [ ] Deployment\n\n## Installation\n\nOn macOS use HomeBrew to install `deno` then update to the latest version.\n\n```shell\nbrew install deno\ndeno upgrade\n```\n\n## ⚙️ Configuration\n\nCreate a basic configuration file using:\n\n```shell\ncode .vscode/settings.json\n```\n\nwith the following content\n\n```json\n{\n  \"deno.enable\": true,\n  \"deno.unstable\": true,\n  \"deno.lint\": true,\n  \"deno.import_intellisense_origins\": {\n    \"https://deno.land\": true\n  },\n  \"[typescript]\": {\n    \"editor.defaultFormatter\": \"denoland.vscode-deno\"\n  },\n  \"[typescriptreact]\": {\n    \"editor.defaultFormatter\": \"denoland.vscode-deno\"\n  }\n}\n```\n\n## 🚀 Run\n\nSee [Makefile](Makefile) for available scripts. The application can run either\nvia CLI or a basic HTTP server.\n\n## 🧪 Tests\n\n```shell\nmake tests\n```\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of\nconduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available,\nsee the [tags on this repository](https://github.com/rjNemo/deno_hello/tags).\n\n## Authors\n\n- **Ruidy** - _Initial work_ - [Ruidy](https://github.com/rjNemo)\n\nSee also the list of\n[contributors](https://github.com/rjNemo/deno_hello/contributors) who\nparticipated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the\n[LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjnemo%2Fdeno_hello","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frjnemo%2Fdeno_hello","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjnemo%2Fdeno_hello/lists"}