{"id":17355238,"url":"https://github.com/zephinzer/farewell","last_synced_at":"2026-01-20T04:01:39.318Z","repository":{"id":40283828,"uuid":"274637764","full_name":"zephinzer/farewell","owner":"zephinzer","description":"yes","archived":false,"fork":false,"pushed_at":"2023-01-05T22:09:29.000Z","size":14246,"stargazers_count":1,"open_issues_count":21,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-06T12:50:21.854Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pensive-albattani-7782c8.netlify.app/","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/zephinzer.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":"2020-06-24T10:11:53.000Z","updated_at":"2020-07-06T13:17:26.000Z","dependencies_parsed_at":"2023-02-04T19:45:41.146Z","dependency_job_id":null,"html_url":"https://github.com/zephinzer/farewell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zephinzer/farewell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephinzer%2Ffarewell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephinzer%2Ffarewell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephinzer%2Ffarewell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephinzer%2Ffarewell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zephinzer","download_url":"https://codeload.github.com/zephinzer/farewell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephinzer%2Ffarewell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28595316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"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":"2024-10-15T17:42:43.219Z","updated_at":"2026-01-20T04:01:39.294Z","avatar_url":"https://github.com/zephinzer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# farewell\n\nLive [here](https://pensive-albattani-7782c8.netlify.app/)\n\n## Guidelines\n\n- We don't write tests\n- We push to master\n\n## Start local server\n\n```\nyarn start\n```\n\n## Add new card\n\nAdd messages to `src/messages/messages.js`:\n\n- For normal text card with a header and a message:\n  ```javascript\n  {\n   type: \"text\",\n   header: \"some header\",    // optional\n   message: \"some message\"\n  }\n  ```\n- For a photo with alt text, first place it in the images folder and import it as a variable (e.g. `someImg`). Then:\n  ```javascript\n  {\n    type: \"photo\",\n    image: someImg,\n    alt: \"alt text for the image\",\n  },\n  ```\n- For photo card with message, first place it in the images folder and import it as a variable. Then:\n  ```javascript\n  {\n    header: \"some header\", // optional\n    message: \"some message\",\n    image: someImg,\n    alt: \"alt text for the image\",\n  }\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzephinzer%2Ffarewell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzephinzer%2Ffarewell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzephinzer%2Ffarewell/lists"}