{"id":19839078,"url":"https://github.com/nuclearredeye/typescript-service","last_synced_at":"2026-05-30T23:31:46.900Z","repository":{"id":52607786,"uuid":"211858617","full_name":"NuclearRedeye/typescript-service","owner":"NuclearRedeye","description":"A Typescript Service template that can be used as a seed for new projects.","archived":false,"fork":false,"pushed_at":"2022-03-09T09:02:23.000Z","size":137,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T22:19:53.327Z","etag":null,"topics":["template","typescript"],"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/NuclearRedeye.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2019-09-30T12:49:25.000Z","updated_at":"2021-10-26T13:00:12.000Z","dependencies_parsed_at":"2022-09-02T23:51:41.118Z","dependency_job_id":null,"html_url":"https://github.com/NuclearRedeye/typescript-service","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/NuclearRedeye/typescript-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NuclearRedeye%2Ftypescript-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NuclearRedeye%2Ftypescript-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NuclearRedeye%2Ftypescript-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NuclearRedeye%2Ftypescript-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NuclearRedeye","download_url":"https://codeload.github.com/NuclearRedeye/typescript-service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NuclearRedeye%2Ftypescript-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33714033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"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":["template","typescript"],"created_at":"2024-11-12T12:20:16.185Z","updated_at":"2026-05-30T23:31:46.862Z","avatar_url":"https://github.com/NuclearRedeye.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Typescript Service\n\nAn experiment in how to create a service in typescript that makes use of the library experiment.\n\n## Prerequisites\n\n* You have a Linux or OSX machine. Windows should be supported via WSL 2 but has not been tested.\n* You have installed a recent version of [GNU Make](https://www.gnu.org/software/make/).\n* You have installed a recent version of [Docker](https://www.docker.com/).\n\n## Quick Start\n\nYou can build the project for development using...\n\n```\nmake\n```\n\nYou can also package the project for distribution using...\n\n```\nmake release\ndocker build -t typescript-service:latest .\n```\n\n## Usage\n\nOnce the service is running, you can use cURL to send requests to it...\n\n```\ncurl -d '{\"a\":10, \"b\":5}' -H \"Content-Type: application/json\" -X POST http://localhost:8080/add\ncurl -d '{\"a\":10, \"b\":5}' -H \"Content-Type: application/json\" -X POST http://localhost:8080/subtract\ncurl -d '{\"a\":10, \"b\":5}' -H \"Content-Type: application/json\" -X POST http://localhost:8080/multiply\ncurl -d '{\"a\":10, \"b\":5}' -H \"Content-Type: application/json\" -X POST http://localhost:8080/divide\n```\n\n## License\n\nLicensed under [MIT](https://choosealicense.com/licenses/mit/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuclearredeye%2Ftypescript-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuclearredeye%2Ftypescript-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuclearredeye%2Ftypescript-service/lists"}