{"id":19614344,"url":"https://github.com/fpapado/elm-donate-demo","last_synced_at":"2026-06-13T00:32:19.486Z","repository":{"id":42921788,"uuid":"245634376","full_name":"fpapado/elm-donate-demo","owner":"fpapado","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-10T20:48:40.000Z","size":236,"stargazers_count":1,"open_issues_count":9,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-26T17:47:39.733Z","etag":null,"topics":["donate","elm","stripe"],"latest_commit_sha":null,"homepage":"https://frosty-shockley-049ee8.netlify.com/","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fpapado.png","metadata":{"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}},"created_at":"2020-03-07T13:05:39.000Z","updated_at":"2021-03-10T18:10:53.000Z","dependencies_parsed_at":"2023-01-26T09:00:16.300Z","dependency_job_id":null,"html_url":"https://github.com/fpapado/elm-donate-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fpapado/elm-donate-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Felm-donate-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Felm-donate-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Felm-donate-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Felm-donate-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fpapado","download_url":"https://codeload.github.com/fpapado/elm-donate-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Felm-donate-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34268187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["donate","elm","stripe"],"created_at":"2024-11-11T10:51:29.349Z","updated_at":"2026-06-13T00:32:19.413Z","avatar_url":"https://github.com/fpapado.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elm Donation Demo\n\nAn Elm application to set up donations, as outlined in https://discourse.elm-lang.org/t/help-with-foundation-elm-lang-org/5276.\n\nNOTE: Currently there is no real wiring to get the checkout ID.\n\n## Prerequisites\n\nYou will need to [install the Elm compiler](https://guide.elm-lang.org/install/elm.html)\n\nYou will also need a terminal, such as Terminal on Mac, Gnome Terminal on Linux, or Powershell on Windows.\n\nOptionally, if you want to use the development toolchain that watches and updates files, you will need to [install Node](https://nodejs.org/en/download/).\n\n## Build\n\nThe main Elm files are under `src`.\nStatic files, like the HTML and CSS are under the `static` directory.\n\nTo build this project, in a terminal, type:\n\n```shell\nmkdir dist\ncp static/* dist/\nelm make src/Donate.elm --output dist/donate.js --optimize\n```\n\nThe resulting files should be under the `dist` directory!\n\n### Using npm scripts\n\nAlternatively, if you have Node installed, you have access to `npm` scripts.\n\nYou can then type in a terminal:\n\n```shell\nnpm ci\nnpm run build\n```\n\nAnd it should hopefully have the same effect!\n(Note: I have not tested this on Windows; it is likely that you will need to change the scripts in package.json for that to work. Please send a PR if you work this out)\n\n## Development\n\nFor development, I would recommend installing Node as mentioned previously.\n\nThen, in a terminal, type:\n\n```shell\nnpm ci\nnpm run dev\n```\n\nIf you navigate to localhost:5000, you should see the application.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpapado%2Felm-donate-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffpapado%2Felm-donate-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpapado%2Felm-donate-demo/lists"}