{"id":16968511,"url":"https://github.com/squallstar/bancha.js-deprecated","last_synced_at":"2026-04-09T20:02:37.017Z","repository":{"id":32034339,"uuid":"35605722","full_name":"squallstar/bancha.js-deprecated","owner":"squallstar","description":"Bancha.js Core","archived":false,"fork":false,"pushed_at":"2015-05-24T17:24:45.000Z","size":1328,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T13:13:02.958Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/squallstar.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-05-14T10:36:31.000Z","updated_at":"2016-01-06T18:09:04.000Z","dependencies_parsed_at":"2022-07-12T09:24:36.850Z","dependency_job_id":null,"html_url":"https://github.com/squallstar/bancha.js-deprecated","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squallstar%2Fbancha.js-deprecated","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squallstar%2Fbancha.js-deprecated/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squallstar%2Fbancha.js-deprecated/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squallstar%2Fbancha.js-deprecated/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/squallstar","download_url":"https://codeload.github.com/squallstar/bancha.js-deprecated/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244844531,"owners_count":20519790,"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-14T00:12:19.224Z","updated_at":"2025-10-23T18:32:09.373Z","avatar_url":"https://github.com/squallstar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bancha.js\n\nThis is a port of [Bancha CMS](https://github.com/squallstar/bancha) for **Node.js**. Currently under development, not for use yet.\n\n# Basic usage\n\n```\nnpm install bancha --save\n```\n\n```javascript\nvar bancha = require('bancha');\n\nbancha().start(function () {\n  console.log('Yipee!');\n});\n```\n\nAnd then, just open your browser at [http://localhost](http://localhost) to finish the install.\n\n## Default options\n\nUsage: `bancha(options).start(fn)`\n\n```javascript\nbancha({\n\n  host: 'localhost',\n\n  port: 80,\n\n  interface: '0.0.0.0',\n\n  database: {\n    // This can be any connection string supported by Sequelize\n    url: \"sqlite://db.sqlite\"\n  },\n\n  // By default, __dirname of the bootstrap script will be used\n  appPath: 'path/to/dir/',\n\n  // Defaults to \"admin\".\n  adminPath: 'path/to/admin/'\n})\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquallstar%2Fbancha.js-deprecated","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsquallstar%2Fbancha.js-deprecated","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquallstar%2Fbancha.js-deprecated/lists"}