{"id":42664659,"url":"https://github.com/code4romania/tfsg.code4.ro","last_synced_at":"2026-01-29T10:01:46.196Z","repository":{"id":34456832,"uuid":"171124984","full_name":"code4romania/tfsg.code4.ro","owner":"code4romania","description":"Website for the Tech for Social Good program","archived":false,"fork":false,"pushed_at":"2023-10-24T15:57:07.000Z","size":4790,"stargazers_count":5,"open_issues_count":2,"forks_count":5,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-05-01T11:46:03.951Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tfsg.code4.ro","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/code4romania.png","metadata":{"funding":{"github":"code4romania","custom":["https://code4.ro/en/donate/"]},"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2019-02-17T13:25:08.000Z","updated_at":"2023-02-09T18:17:11.000Z","dependencies_parsed_at":"2023-10-12T18:32:26.230Z","dependency_job_id":null,"html_url":"https://github.com/code4romania/tfsg.code4.ro","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/code4romania/tfsg.code4.ro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Ftfsg.code4.ro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Ftfsg.code4.ro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Ftfsg.code4.ro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Ftfsg.code4.ro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code4romania","download_url":"https://codeload.github.com/code4romania/tfsg.code4.ro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Ftfsg.code4.ro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28875445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T09:47:23.353Z","status":"ssl_error","status_checked_at":"2026-01-29T09:47:19.357Z","response_time":59,"last_error":"SSL_read: 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":"2026-01-29T10:01:45.220Z","updated_at":"2026-01-29T10:01:46.182Z","avatar_url":"https://github.com/code4romania.png","language":"HTML","funding_links":["https://github.com/sponsors/code4romania","https://code4.ro/en/donate/"],"categories":[],"sub_categories":[],"readme":"# Tech for Social Good\n\n[![Build Status](https://img.shields.io/travis/com/code4romania/tfsg.code4.ro/master.svg?style=for-the-badge)](https://travis-ci.com/code4romania/tfsg.code4.ro) [![GitHub contributors](https://img.shields.io/github/contributors/code4romania/tfsg.code4.ro.svg?style=for-the-badge)](https://github.com/code4romania/tfsg.code4.ro/graphs/contributors) [![GitHub last commit](https://img.shields.io/github/last-commit/code4romania/tfsg.code4.ro.svg?style=for-the-badge)](https://github.com/code4romania/tfsg.code4.ro/commits/master) [![License: MPL 2.0](https://img.shields.io/badge/license-MPL%202.0-brightgreen.svg?style=for-the-badge)](https://opensource.org/licenses/MPL-2.0)\n\n[See the project live](https://tfsg.code4.ro/) and [the preview environment](https://tfsg-code4-ro.now.sh/) with the work in progress.\n\nAn easy to use website enabling users (professional groups, NGOs or private individuals) to signal us various social blockages that they are facing.\n\n[Built with](#built-with) | [Deployment](#deployment) | [Contributing](#contributing) | [Feedback](#feedback) | [License](#license) | [About Code4Ro](#about-code4ro)\n\n## Built with\n\n[Hugo](https://gohugo.io/), [Bulma](https://bulma.io/), [gulp.js](https://gulpjs.com/) and everything else listed in [package.json](package.json).\n\n## Deployment\n\nThe static website is currently deployed on Vercel. All the submission processing happens on a serverless function and data is stored through Google Forms.\n\n### Configuration\n\nEdit the copy in [`content/`](content/), the form in [`function/form.json`](function/form.json) and other params in [`config.yml`](config.yml). The form data needs to be mapped to Google Forms' specific `entry.id` format in [`function/map.json`](function/map.json).\n\nThe handler expects the following environment variables:\n\n- `CORS_DOMAIN` – Domain to allow requests from.\n- `FORM_ID` – Google Form ID.\n\n### Building\n\n```\nnpm install\nnpm run production\nhugo\n```\n\n## Contributing\n\nIf you would like to contribute to one of our repositories, first identify the scale of what you would like to contribute. If it is small (grammar/spelling or a bug fix) feel free to start working on a fix. If you are submitting a feature or substantial code contribution, please discuss it with the team and ensure it follows the product roadmap.\n\n- Fork it (https://github.com/code4romania/tfsg.code4.ro/fork)\n- Create your feature branch (git checkout -b feature/fooBar)\n- Commit your changes (git commit -am 'Add some fooBar')\n- Push to the branch (git push origin feature/fooBar)\n- Create a new Pull Request\n\n## Feedback\n\n- Request a new feature on GitHub.\n- Vote for popular feature requests.\n- File a bug in GitHub Issues.\n- Email us with other feedback contact@code4.ro\n\n## License\n\nThis project is licensed under the MPL 2.0 License - see the [LICENSE](LICENSE) file for details\n\n## About Code4Ro\n\nStarted in 2016, Code for Romania is a civic tech NGO, official member of the Code for All network. We have a community of over 500 volunteers (developers, ux/ui, communications, data scientists, graphic designers, devops, it security and more) who work pro-bono for developing digital solutions to solve social problems. #techforsocialgood. If you want to learn more details about our projects [visit our site](https://www.code4.ro/en/) or if you want to talk to one of our staff members, please e-mail us at contact@code4.ro.\n\nLast, but not least, we rely on donations to ensure the infrastructure, logistics and management of our community that is widely spread accross 11 timezones, coding for social change to make Romania and the world a better place. If you want to support us, [you can do it here](https://code4.ro/en/donate/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode4romania%2Ftfsg.code4.ro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode4romania%2Ftfsg.code4.ro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode4romania%2Ftfsg.code4.ro/lists"}