{"id":21696448,"url":"https://github.com/madetech/redcross-family-tracing","last_synced_at":"2026-04-13T13:01:58.212Z","repository":{"id":150895482,"uuid":"285236036","full_name":"madetech/redcross-family-tracing","owner":"madetech","description":"Family Tracing","archived":false,"fork":false,"pushed_at":"2020-08-19T09:06:04.000Z","size":1055,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-18T06:24:36.556Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/madetech.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-05T09:03:17.000Z","updated_at":"2021-02-05T15:48:48.000Z","dependencies_parsed_at":"2023-04-20T12:00:51.027Z","dependency_job_id":null,"html_url":"https://github.com/madetech/redcross-family-tracing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/madetech/redcross-family-tracing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madetech%2Fredcross-family-tracing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madetech%2Fredcross-family-tracing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madetech%2Fredcross-family-tracing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madetech%2Fredcross-family-tracing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madetech","download_url":"https://codeload.github.com/madetech/redcross-family-tracing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madetech%2Fredcross-family-tracing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"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-11-25T19:19:54.535Z","updated_at":"2026-04-13T13:01:58.183Z","avatar_url":"https://github.com/madetech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# British Red Cross Family Tracing\n\n![Test and Deploy](https://github.com/madetech/redcross-family-tracing/workflows/Test%20and%20Deploy/badge.svg?branch=master)\n\nSimple web application to help people find out if they are eligible for help finding lost family members.\n\n## Requirements\n\nThe app requires [Node.js 12](https://nodejs.org/en/download/) installed to run locally.\n\nWe recommend using [NVM](https://github.com/nvm-sh/nvm#installing-and-updating) then you can just run `nvm use` in your terminal and the correct version of Node.js will be installed (if required) and used.\n\n## Installation\n\n    git clone git@github.com:madetech/redcross-family-tracing.git\n    cd redcross-family-tracing\n    npm install\n\n## Start the app\n\n    npm run dev\n\nThis will recompile and restart the app any time you make changes to the source or sass files.\n\n## Run the Cypress tests\n\n    npm run test:cypress:open\n\nThen you can just click `All.features` or a specific feature to run the tests. They will re run automatically any time you make a change to one of the test files.\n\nYou can run the tests slower to demonstrate to stakeholders, e.g.\n\n    CYPRESS_COMMAND_DELAY=1000 npm run test:cypress:open\n\n## Formatting the code\n\nTo apply our standard rules across the codebase run...\n\n    npm run lint:fix\n\n## Continuous integration/deployment pipeline\n\nThe app uses GitHub Actions to build/test all commits to master and deploys them to Heroku at https://redcross-family-tracing.herokuapp.com/ if the tests are successful.\n\nIf they are changed you will need to update the `HEROKU_API_KEY` and `HEROKU_EMAIL` secrets in GitHub.\n\n## Sending of Enquiries\n\nThe app uses SendGrid to send emails to the Red Cross once the 'Make an Equiry' form has been submitted. There are a couple of Environment Variables that control this:\n\n| Env. Var         | Details                                                        |\n| ---------------- | -------------------------------------------------------------- |\n| SENDGRID_API_KEY | Obtained from SendGrid, used for authentication                |\n| EMAIL_FROM_ADDR  | The email address that the enquiry should come from            |\n| EMAIL_FROM_NAME  | The name that the enquiry should come from                     |\n| EMAIL_TO_ADDR    | Comma separated list of email addresses to send the enquiry to |\n| EMAIL_SUBJECT    | The subject of the email being sent                            |\n\nThese are configured for Production as secrets in GitHub.\n\n## Useful Folders\n\n| File / Folder | Details |\n| ------------- | ----------------- |\n| src/assets/data/active-countries.txt | List of ISO 3166 two digit country codes that are active |\n| src/assets/routes | Defines the urls of the website and what views are used for each |\n| src/sass | The styling for the site written using SASS, overridden from GDS design system |\n| src/views | Where all of the HTML / Content for each page lives. Using Nunjucks templates |\n| src/app.ts | This is the entry point to the application and where everything is setup |\n| cypress/integration | BDD feature definitions for the website tests |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadetech%2Fredcross-family-tracing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadetech%2Fredcross-family-tracing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadetech%2Fredcross-family-tracing/lists"}