{"id":16981996,"url":"https://github.com/1602/gitcities","last_synced_at":"2026-04-29T21:02:50.834Z","repository":{"id":138875999,"uuid":"14378078","full_name":"1602/gitcities","owner":"1602","description":null,"archived":false,"fork":false,"pushed_at":"2013-11-19T19:07:43.000Z","size":548,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T23:43:01.523Z","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/1602.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":"2013-11-13T22:16:34.000Z","updated_at":"2013-11-19T19:07:44.000Z","dependencies_parsed_at":"2023-03-11T17:15:14.829Z","dependency_job_id":null,"html_url":"https://github.com/1602/gitcities","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/1602/gitcities","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1602%2Fgitcities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1602%2Fgitcities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1602%2Fgitcities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1602%2Fgitcities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1602","download_url":"https://codeload.github.com/1602/gitcities/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1602%2Fgitcities/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-14T02:07:03.030Z","updated_at":"2026-04-29T21:02:50.818Z","avatar_url":"https://github.com/1602.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Quick Start\n\n~~~sh\n# getting the code\ngit clone git@github.com:nko4/nodespots.git \u0026\u0026 cd ./nodespots/\n\n# developing\nnpm install\nnpm start\n\n# deploying (to http://nodespots.2013.nodeknockout.com/)\n./deploy nko\n\n# ssh access\nssh deploy@nodespots.2013.nodeknockout.com\nssh root@nodespots.2013.nodeknockout.com\n# or, if you get prompted for a password\nssh -i ./id_deploy deploy@nodespots.2013.nodeknockout.com\nssh -i ./id_deploy root@nodespots.2013.nodeknockout.com\n~~~\n\nRead more about this setup [on our blog][deploying-nko].\n\n[deploying-nko]: http://blog.nodeknockout.com/post/66039926165/node-knockout-deployment-setup\n\n## Tips\n\n### Your Server\n\nWe've already set up a basic node server for you. Details:\n\n* Ubuntu 12.04 (Precise) - 64-bit\n* server.js is at: `/home/deploy/current/server.js`\n* logs are at: `/home/deploy/shared/logs/server/current`\n* `runit` keeps the server running.\n  * `sv restart serverjs` - restarts\n  * `sv start serverjs` - starts\n  * `sv stop serverjs` - stops\n  * `ps -ef | grep runsvdir` - to see logs\n  * `cat /etc/service/serverjs/run` - to see the config\n\nYou can use the `./deploy` script included in this repo to deploy to your\nserver right now. Advanced users, feel free to tweak.\n\nRead more about this setup [on our blog][deploying-nko].\n\n### Vote KO Widget\n\n![Vote KO widget](http://f.cl.ly/items/1n3g0W0F0G3V0i0d0321/Screen%20Shot%202012-11-04%20at%2010.01.36%20AM.png)\n\nUse our \"Vote KO\" widget to let from your app directly. Here's the code for\nincluding it in your site:\n\n~~~html\n\u003ciframe src=\"http://nodeknockout.com/iframe/nodespots\" frameborder=0 scrolling=no allowtransparency=true width=115 height=25\u003e\n\u003c/iframe\u003e\n~~~\n\n### Tutorials \u0026 Free Services\n\nIf you're feeling a bit lost about how to get started or what to use, we've\ngot some [great resources for you](http://nodeknockout.com/resources),\nincluding:\n\n* [How to install node and npm](http://blog.nodeknockout.com/post/65463770933/how-to-install-node-js-and-npm)\n* [Getting started with Express](http://blog.nodeknockout.com/post/65630558855/getting-started-with-express)\n* [OAuth with Passport](http://blog.nodeknockout.com/post/66118192565/getting-started-with-passport)\n* [Going Beyond “Hello World” with Drywall](http://blog.nodeknockout.com/post/65711111886/going-beyond-hello-world-with-drywall)\n* [and many more](http://nodeknockout.com/resources#tutorials)\u0026hellip;\n\n## Have fun!\n\nIf you have any issues, we're on IRC in #nodeknockout on freenode, email us at\n\u003chelp@nodeknockout.com\u003e, or tweet [@node_knockout](https://twitter.com/node_knockout).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1602%2Fgitcities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1602%2Fgitcities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1602%2Fgitcities/lists"}