{"id":16423183,"url":"https://github.com/hailiang-wang/ss-spa","last_synced_at":"2025-04-04T16:18:42.162Z","repository":{"id":72218760,"uuid":"88575136","full_name":"hailiang-wang/ss-spa","owner":"hailiang-wang","description":"Dialogue Tracking Service with SuperScript","archived":false,"fork":false,"pushed_at":"2017-05-17T11:49:14.000Z","size":3384,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-10T01:43:24.000Z","etag":null,"topics":["chatbot","superscript"],"latest_commit_sha":null,"homepage":"http://superscriptjs.com/","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/hailiang-wang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-04-18T03:02:36.000Z","updated_at":"2018-08-07T09:40:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"0efdef27-dd4e-4314-97a1-602733b57931","html_url":"https://github.com/hailiang-wang/ss-spa","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/hailiang-wang%2Fss-spa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hailiang-wang%2Fss-spa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hailiang-wang%2Fss-spa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hailiang-wang%2Fss-spa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hailiang-wang","download_url":"https://codeload.github.com/hailiang-wang/ss-spa/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208307,"owners_count":20901570,"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":["chatbot","superscript"],"created_at":"2024-10-11T07:39:01.033Z","updated_at":"2025-04-04T16:18:42.133Z","avatar_url":"https://github.com/hailiang-wang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Docker Pulls](https://img.shields.io/docker/pulls/samurais/ss-spa.svg?maxAge=2592000)](https://hub.docker.com/r/samurais/ss-spa/) [![Docker Stars](https://img.shields.io/docker/stars/samurais/ss-spa.svg?maxAge=2592000)](https://hub.docker.com/r/samurais/ss-spa/) [![Docker Layers](https://images.microbadger.com/badges/image/samurais/ss-spa.svg)](https://microbadger.com/#/images/samurais/ss-spa)\n[![](https://images.microbadger.com/badges/version/samurais/ss-spa.svg)](https://microbadger.com/images/samurais/ss-spa \"Get your own version badge on microbadger.com\")\n\n![](https://camo.githubusercontent.com/ae91a5698ad80d3fe8e0eb5a4c6ee7170e088a7d/687474703a2f2f37786b6571692e636f6d312e7a302e676c622e636c6f7564646e2e636f6d2f61692f53637265656e25323053686f74253230323031372d30342d30342532306174253230382e32302e3437253230504d2e706e67)\n\n# Welcome\n![](./docs/demo.gif)\n\nSuperScript Single Page Application is \n\n* Easy to bootstrap SuperScript.\n* Embrace WeakAI in minutes.\n* Adopt chatbot quickly.\n\n## Deps\n\nNode.js v7.1.6+ (leverage async/await)\nMongoDB\n\n## Usage\n```\ngit clone https://github.com/Samurais/ss-spa.git\ncd ss-spa\nnpm install\nbower install\ncp config/environment/development.sample.js config/environment/development.js\ncp config/log4js.sample.json config/log4js.json\nnpm start\nopen http://localhost:3001\n```\n\n## Watch\nRe-parse and restart app when editing chat's scripts.\n```\nnpm run dev:start\n```\n\n\u003e Note, in the browser, socket.io would reconnect to server when the app is restarted, it avoids reloading client page.\n\n\n## Test\n```\nnpm run dev:start\nnpm test\n```\n\n\u003e npm test  -- --watch # to run testcase lively.\n\n# Thanks to\n\n[WebRTC chat with React.js](http://blog.mgechev.com/2014/09/03/webrtc-peer-to-peer-chat-with-react/)\n\n[SuperScript](http://superscriptjs.com/)\n\n[Wechaty](https://github.com/Chatie/wechaty)\n\n\n# Docker\nTo start app with docker-compose.\n```\n./scripts/start-docker-spa.sh\nopen http://localhost:3001\n```\n\nNote, **samurais/ss-spa:0.0.1** can be built locally.\n```\n./scripts/build-docker-image.sh\n```\n\n# Work with [Wechaty](https://github.com/Chatie/wechaty)\n[ss-spa](https://github.com/Samurais/ss-spa) can connect to your wechat personal account in minutes with [ss-wechaty](https://github.com/Chatie/ss-wechaty). \n\n```\ngit clone git@github.com:Chatie/ss-wechaty.git \u0026\u0026 cd ss-wechaty\nscripts/start-docker-compose.sh\n```\n\n\n# License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhailiang-wang%2Fss-spa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhailiang-wang%2Fss-spa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhailiang-wang%2Fss-spa/lists"}