{"id":16953089,"url":"https://github.com/elsmr/hz-pictionary","last_synced_at":"2026-05-20T10:06:39.299Z","repository":{"id":89788205,"uuid":"84122236","full_name":"elsmr/hz-pictionary","owner":"elsmr","description":"Pictionary game made with horizon.io","archived":false,"fork":false,"pushed_at":"2017-05-31T17:47:34.000Z","size":379,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T07:44:27.343Z","etag":null,"topics":["game","horizon","pictionary","react","rethinkdb"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/elsmr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-03-06T21:24:01.000Z","updated_at":"2017-05-19T06:30:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"e0ae0611-e7b9-4201-b3b6-15cea7fe0262","html_url":"https://github.com/elsmr/hz-pictionary","commit_stats":{"total_commits":103,"total_committers":2,"mean_commits":51.5,"dds":0.01941747572815533,"last_synced_commit":"675749ee7d5898b5105b3f83d0bdb95dcdae9c67"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsmr%2Fhz-pictionary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsmr%2Fhz-pictionary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsmr%2Fhz-pictionary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsmr%2Fhz-pictionary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elsmr","download_url":"https://codeload.github.com/elsmr/hz-pictionary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244789193,"owners_count":20510504,"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":["game","horizon","pictionary","react","rethinkdb"],"created_at":"2024-10-13T22:06:03.121Z","updated_at":"2026-05-20T10:06:34.277Z","avatar_url":"https://github.com/elsmr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pictionary\n\n\u003e A horizon.io pictionary game\n\nThis project requires a running RethinkDB server. Follow the steps on the official [docs](https://rethinkdb.com/docs/install/).\n\n## Installing dependencies\n\n```shell\nnpm install # or yarn\n```\n\n## Configuration\n\n### Install horizon-cli\n\n```shell\nnpm install -g horizon\n```\n\n### Generate certificates\n\n```\nhz create-cert\nmv horizon-key.pem horizon-cert.pem ./config/tls/\n```\n### Setup secrets and OAuth\n\nCreate .hz/secrets.toml with contents:\n\n```toml\ntoken_secret = \"randombase64stringhere\"\n\n[auth.github]\nid = \"your_client_id\"\nsecret = \"your_client_secret\"\n```\n\nCreate config/secrets.js with the same secrets, for example:\n\n```js\nmodule.exports = {\n  token_secret: \"randombase64stringhere\",\n  github: {\n    id: \"your_client_id\",\n    secret: \"your_client_secret\",\n  }\n}\n```\n\n### Apply horizon.io schema\n\nThis command will create the necessary tables and indexes.\n\n```shell\nhz schema apply --project-name hz_pictionary .hz/schema.toml\n```\n\n## Run app locally\n\n```shell\nnpm start # or yarn start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsmr%2Fhz-pictionary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felsmr%2Fhz-pictionary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsmr%2Fhz-pictionary/lists"}