{"id":17057971,"url":"https://github.com/chimeracoder/planet-hackny","last_synced_at":"2025-04-12T17:43:36.567Z","repository":{"id":6240281,"uuid":"7472224","full_name":"ChimeraCoder/Planet-hackNY","owner":"ChimeraCoder","description":"Planet HackNY","archived":false,"fork":false,"pushed_at":"2014-06-18T04:18:29.000Z","size":1550,"stargazers_count":8,"open_issues_count":6,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-26T12:03:58.164Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://planet.hackny.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChimeraCoder.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-06T20:19:03.000Z","updated_at":"2021-08-13T09:02:53.000Z","dependencies_parsed_at":"2022-09-09T10:53:00.325Z","dependency_job_id":null,"html_url":"https://github.com/ChimeraCoder/Planet-hackNY","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/ChimeraCoder%2FPlanet-hackNY","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeraCoder%2FPlanet-hackNY/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeraCoder%2FPlanet-hackNY/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeraCoder%2FPlanet-hackNY/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChimeraCoder","download_url":"https://codeload.github.com/ChimeraCoder/Planet-hackNY/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248608869,"owners_count":21132800,"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-14T10:28:33.361Z","updated_at":"2025-04-12T17:43:36.540Z","avatar_url":"https://github.com/ChimeraCoder.png","language":"JavaScript","readme":"Planet-hackNY\n=============\nPlanet-hackNY is a blog aggregator for [hackNY](http://www.hackny.org) fellows, powered by [Pluto](http://github.com/chimeracoder/pluto).\n\n\nAdding Your Blog\n--------------------\n\nIf you are a hackNY fellow, you can add your blog by submitting a patch or pull request. Edit `feeds_list.txt` and add a line at the bottom with both the link to your blog's RSS feed and your full name, separated by a tab (`\\t`).\n\nNote: The separator *must* be a tab, not spaces. Your favorite text editor may be configured to convert tabs to spaces on save, in which case you may want to try `nano` (or `ed`, for bonus points).\n\n\nConfiguration \u0026 Setup\n-----------------------\n\n\nYou will need the following environment variables defined:\n\n````shell\n#Any value will do, as long as it is secret and difficult to predict\nexport COOKIE_SECRET=\"\"\n\n#Database credentials\nexport MONGODB_USERNAME=\"\"\nexport MONGODB_PASSWORD=\"\"\nexport MONGODB_URL=\"\"\nexport MONGODB_DATABASE=\"\"\n````\n\nIf you are running the app on Heroku, run:\n\n````shell\nheroku config:set COOKIE_SECRET=$COOKIE_SECRET MONGODB_USERNAME=$MONGODB_USERNAME MONGODB_PASSWORD=$MONGODB_PASSWORD MONGODB_URL=$MONGODB_URL MONGODB_DATABASE=$MONGODB_DATABASE\n````\n\nwhich will copy the values from your current environment to use on the Heroku server.\n\n\n*If you are running mongodb locally* (or if your mongodb instance isn't protected by a username/password, you can ommit the `MONGODB_USERNAME` and `MONGODB_PASSWORD` variables; however, you will need to delete the call to the Login method:\n\n````go\n\terr = mongodb_session.DB(MONGODB_DATABASE).Login(MONGODB_USERNAME, MONGODB_PASSWORD)\n````\nwould then be replaced with \n\n````go\n\terr = mongodb_session.DB(MONGODB_DATABASE)\n````\n\nLicense\n-------\n\nCopyright (C) 2012 Aditya Mukerjee\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of the author(s) shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from those author(s).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchimeracoder%2Fplanet-hackny","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchimeracoder%2Fplanet-hackny","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchimeracoder%2Fplanet-hackny/lists"}