{"id":17222748,"url":"https://github.com/marksteve/openbar","last_synced_at":"2026-01-20T02:07:08.272Z","repository":{"id":26261209,"uuid":"29708439","full_name":"marksteve/openbar","owner":"marksteve","description":"OpenBar is a versatile, open-source chat bar you can put almost anywhere.  No server required.","archived":false,"fork":false,"pushed_at":"2015-10-15T16:32:45.000Z","size":939,"stargazers_count":4,"open_issues_count":9,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T13:18:03.576Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ss15-incorgito.divshot.io/","language":"JavaScript","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/marksteve.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":"2015-01-23T00:39:42.000Z","updated_at":"2015-12-11T08:45:10.000Z","dependencies_parsed_at":"2022-08-26T17:30:11.572Z","dependency_job_id":null,"html_url":"https://github.com/marksteve/openbar","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fopenbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fopenbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fopenbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marksteve%2Fopenbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marksteve","download_url":"https://codeload.github.com/marksteve/openbar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247451476,"owners_count":20940946,"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":[],"created_at":"2024-10-15T04:06:15.406Z","updated_at":"2026-01-20T02:07:08.245Z","avatar_url":"https://github.com/marksteve.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenBar\n\nOpenBar is a versatile, open-source chat bar you can put almost anywhere. \nNo server required.\n\n## Compatibility\n\nTested in Google Chrome \u0026 Firefox.\n\n## Setup\n\n### Get dependencies\n\n```bash\nnpm install\n```\n\n### Configure\n\nCopy `conf-tmpl.js` into `conf.js` and fill up your own configuration values.\n\n```js\nmodule.exports = {\n  BASE_URL: \"\", // No trailing slash\n  FIREBASE_URL: \"\u003cYOUR_FIREBASE_URL\u003e\",\n  TRANSLOADIT_KEY: \"\u003cYOUR_TRANSLOADIT_KEY\u003e\", // WARNING: Your key is exposed. Needs a server-side component to hide this.\n  IFRAMELY_KEY: \"\u003cYOUR_IFRAMELY_KEY\u003e\"\n};\n```\n\n### Firebase Rules\n\nPut this in your rules section of your Firebase configuration.\n\n```json\n    {\n      \"rules\": {\n        \".write\": false,\n        \".read\": false,\n        \"bars\": {\n          \"$bar_id\": {\n            // Write only, no updates.\n            \".write\": \"!data.exists()\",\n            \".read\": true,\n            \"messages\": {\n              \"$message_id\": {\n                \".write\": \"!data.exists()\"\n              }\n            },\n            \"users\": {\n              \"$user_id\": {\n                \".write\": \"auth.uid == $user_id\"\n              }\n            }\n          }\n        }\n      }\n    }\n```\n\n### Build\n\n```bash\n./build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksteve%2Fopenbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarksteve%2Fopenbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarksteve%2Fopenbar/lists"}