{"id":16144291,"url":"https://github.com/ryanj/restify-base","last_synced_at":"2026-02-25T11:35:37.717Z","repository":{"id":16444168,"uuid":"19195894","full_name":"ryanj/restify-base","owner":"ryanj","description":"A basic Restify example with support for easy APIs and static files","archived":false,"fork":false,"pushed_at":"2017-04-09T06:50:33.000Z","size":32,"stargazers_count":2,"open_issues_count":32,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-29T08:38:17.205Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://restify-h0st.rhcloud.com","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/ryanj.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}},"created_at":"2014-04-27T04:37:35.000Z","updated_at":"2019-08-13T15:40:31.000Z","dependencies_parsed_at":"2022-09-17T05:40:28.623Z","dependency_job_id":null,"html_url":"https://github.com/ryanj/restify-base","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanj/restify-base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanj%2Frestify-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanj%2Frestify-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanj%2Frestify-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanj%2Frestify-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanj","download_url":"https://codeload.github.com/ryanj/restify-base/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanj%2Frestify-base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29819389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"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":[],"created_at":"2024-10-10T00:12:13.999Z","updated_at":"2026-02-25T11:35:37.701Z","avatar_url":"https://github.com/ryanj.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A basic Restify project [![Build Status](http://img.shields.io/jenkins/s/https/build-shifter.rhcloud.com/restify-build.svg)](https://build-shifter.rhcloud.com/job/restify-build/) [![Dependency Check](http://img.shields.io/david/ryanj/restify-base.svg)](https://david-dm.org/ryanj/restify-base)\n*With support for serving easy APIs and static content*\n\n[![Launch on OpenShift](https://launch-shifter.rhcloud.com/launch.svg)](https://openshift.redhat.com/app/console/application_type/custom?cartridges%5B%5D=nodejs-0.10\u0026initial_git_url=https%3A%2F%2Fgithub.com%2Fryanj%2Frestify-base.git\u0026name=restify)\n\nTo deploy a clone of this application using the [`rhc` command line tool](http://rubygems.org/gems/rhc):\n\n    rhc app create restify nodejs-0.10 --from-code=https://github.com/ryanj/restify-base.git\n    \nOr [link to a web-based clone+deploy](https://openshift.redhat.com/app/console/application_type/custom?cartridges%5B%5D=nodejs-0.10\u0026initial_git_url=https%3A%2F%2Fgithub.com%2Fryanj%2Frestify-base.git) on [OpenShift Online](http://OpenShift.com) or on [your own OpenShift cloud](http://openshift.github.io): \n\n    https://openshift.redhat.com/app/console/application_type/custom?cartridges%5B%5D=nodejs-0.10\u0026initial_git_url=https%3A%2F%2Fgithub.com%2Fryanj%2Frestify-base.git\n\n## Local Development\nInstall dependencies:\n\n```bash\nnpm install\n```\n\nStart a local server:\n\n```bash\nnpm start\n```\n\n## Docker\nTo run [the related docker image](https://registry.hub.docker.com/u/ryanj/restify-base/):\n\n```bash\ndocker pull ryanj/restify-base\ndocker run -d -p 8080:8080 -e \"HOSTNAME=localhost\" -e \"APP_NAME=app_name\" ryanj/restify-base\n```\n\n## OpenShiftM5 and kubernetes\nA [sample kubernetes pod configuration file](https://github.com/ryanj/restify-base/blob/master/restify-pod.json) is included for running [this project's Docker build](https://registry.hub.docker.com/u/ryanj/restify-base/) on [an OriginM5 hosting environment](https://github.com/openshift/origin#getting-started):\n\n```bash\nHOSTNAME=localhost APP_NAME=app_name $GOPATH/src/github.com/openshift/origin/_output/go/bin/openshift kube create pods -c ~/src/restify-base/restify-base.json\n```\n\n## License\nThis code is dedicated to the public domain to the maximum extent permitted by applicable law, pursuant to CC0 (http://creativecommons.org/publicdomain/zero/1.0/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanj%2Frestify-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanj%2Frestify-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanj%2Frestify-base/lists"}