{"id":16202763,"url":"https://github.com/hejny/crypto-donate","last_synced_at":"2026-01-26T12:38:20.031Z","repository":{"id":98592083,"uuid":"100962424","full_name":"hejny/crypto-donate","owner":"hejny","description":"Simple app in which you can poll via donating with crypto","archived":false,"fork":false,"pushed_at":"2025-12-21T16:43:49.000Z","size":2008,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-23T06:24:00.571Z","etag":null,"topics":["old","utility"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/hejny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-08-21T14:49:20.000Z","updated_at":"2025-12-21T16:43:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"886540e2-ceb8-4049-bc09-9af53e1ffa54","html_url":"https://github.com/hejny/crypto-donate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hejny/crypto-donate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hejny%2Fcrypto-donate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hejny%2Fcrypto-donate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hejny%2Fcrypto-donate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hejny%2Fcrypto-donate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hejny","download_url":"https://codeload.github.com/hejny/crypto-donate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hejny%2Fcrypto-donate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28778294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T11:46:04.308Z","status":"ssl_error","status_checked_at":"2026-01-26T11:46:02.664Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["old","utility"],"created_at":"2024-10-10T09:49:07.780Z","updated_at":"2026-01-26T12:38:20.026Z","avatar_url":"https://github.com/hejny.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/hejny"],"categories":[],"sub_categories":[],"readme":"# 💸 Crypto donate\n\n\u003c!--Badges--\u003e\n\u003c!--⚠️WARNING: This section was generated by https://github.com/hejny/batch-project-editor/blob/main/src/workflows/800-badges/badges.ts so every manual change will be overwritten.--\u003e\n\n\n[![Quality of package Crypto donate](https://packagequality.com/shield/crypto-donate.svg)](https://packagequality.com/#?package=crypto-donate)\n[![Known Vulnerabilities](https://snyk.io/test/github/hejny/crypto-donate/badge.svg)](https://snyk.io/test/github/hejny/crypto-donate)\n[![Issues](https://img.shields.io/github/issues/hejny/crypto-donate.svg?style=flat)](https://github.com/hejny/crypto-donate/issues)\n\u003c!--[![License of Crypto donate](https://img.shields.io/github/license/hejny/crypto-donate.svg?style=flat)](https://github.com/hejny/crypto-donate/blob/main/LICENSE)--\u003e\n\u003c!--[![NPM Version of Crypto donate](https://badge.fury.io/js/crypto-donate.svg)](https://www.npmjs.com/package/crypto-donate)--\u003e\n\u003c!--[![Socket](https://socket.dev/api/badge/npm/package/crypto-donate)](https://socket.dev/npm/package/crypto-donate)--\u003e\n\n\u003c!--/Badges--\u003e\n\n\nSimple app in which you can poll via donating with crypto\n\n\n`This project was not finished and also not maintained for a long time. So expect not very updated stuff.`\n\n\n# API\n\n## GET /donates\n\nList all created donates\n\n### Response\n```json\n{\n    \"data\": [\n        {\n            \"uuid\": \"1de0ab2c-0b4e-4fe3-85e9-8f92ae4c64ec\",\n            \"name\": \"Irma\",\n            \"message\": \"Hi\",\n            \"currency\": \"BTC\",\n            \"address\": \"1CwHxeRP156GBgPDoKPWqYTQdExiX4xRBs\",\n            \"created\": \"2017-10-01 14:32:32\"\n        }\n    ]\n}\n```\n\n## POST /donates\nCreates new donate.\n\n### Request\n```json\n{\n    \"name\":\"Irma\",\n    \"message\":\"Hi\",\n    \"currency\":\"BTC\"\n}\n```\n\n### Response\n```json\n{\n    \"data\": {\n        \"uuid\": \"1de0ab2c-0b4e-4fe3-85e9-8f92ae4c64ec\",\n        \"name\": \"Irma\",\n        \"message\": \"Hi\",\n        \"currency\": \"BTC\",\n        \"address\": \"1CwHxeRP156GBgPDoKPWqYTQdExiX4xRBs\",\n        \"created\": \"2017-10-01 14:32:32\"\n    }\n}\n```\n\n## GET /donates/[:uuid]\n\nGet information + received ammount of 1 donate.\n\n### Response\n```json\n{\n    \"uuid\": \"1de0ab2c-0b4e-4fe3-85e9-8f92ae4c64ec\",\n    \"name\": \"Irma\",\n    \"message\": \"Hi\",\n    \"currency\": \"BTC\",\n    \"address\": \"1CwHxeRP156GBgPDoKPWqYTQdExiX4xRBs\",\n    \"created\": \"2017-10-01 14:32:32\",\n    \"received\": 0\n}\n```\n\n## GET /donates-payed\n\nList all payed donates.\n\n### Request\n\nYou can add these GET parameters to modify request:\n\n**start_time**\nTimestamp of begining.\nMinimum value is 1. year ago maximum is now.\nDefault value is 1. year ago.\n\n### Response\n```json\n{\n    \"data\": [\n        {\n            \"uuid\": \"1de0ab2c-0b4e-4fe3-85e9-8f92ae4c64ec\",\n            \"name\": \"Irma\",\n            \"message\": \"Hi\",\n            \"currency\": \"BTC\",\n            \"address\": \"1CwHxeRP156GBgPDoKPWqYTQdExiX4xRBs\",\n            \"created\": \"2017-10-01 14:32:32\",\n            \"amount\": 0.123\n        }\n    ]\n}\n```\n\n\n\n\u003c!--Contributing--\u003e\n\u003c!--⚠️WARNING: This section was generated by https://github.com/hejny/batch-project-editor/blob/main/src/workflows/810-contributing/contributing.ts so every manual change will be overwritten.--\u003e\n\n## 🖋️ Contributing\n\nI am open to pull requests, feedback, and suggestions. Or if you like this utility, you can [☕ buy me a coffee](https://www.buymeacoffee.com/hejny) or [donate via cryptocurrencies](https://github.com/hejny/hejny/blob/main/documents/crypto.md).\n\nYou can also ⭐ star the crypto-donate package, [follow me on GitHub](https://github.com/hejny) or [various other social networks](https://www.pavolhejny.com/contact/).\n\n\u003c!--/Contributing--\u003e\n\n\n\u003c!--Partners--\u003e\n\u003c!--⚠️WARNING: This section was generated by https://github.com/hejny/batch-project-editor/blob/main/src/workflows/820-partners/partners.ts so every manual change will be overwritten.--\u003e\n\n## ✨ Partners\n\n\n\u003ca href=\"https://collboard.com/\" title=\"Collboard\"\u003e\u003cimg src=\"https://collboard.fra1.cdn.digitaloceanspaces.com/assets/18.12.1/logo-small.png#gh-light-mode-only\" alt=\"Collboard\" height=\"60\"/\u003e\u003c/a\u003e\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003ca href=\"https://webgpt.cz/?partner=ph\u0026utm_medium=referral\u0026utm_source=github-readme\u0026utm_campaign=partner-ph\" title=\"WebGPT\"\u003e\u003cimg src=\"https://webgpt.cz/_next/static/media/webgpt-black.8d958d25.png#gh-light-mode-only\" alt=\"WebGPT\" height=\"60\"/\u003e\u003c/a\u003e\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003ca href=\"https://github.com/webgptorg/promptbook\" title=\"Promptbook\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/webgptorg/promptbook/main/other/design/logo.png#gh-light-mode-only\" alt=\"Promptbook\" height=\"60\"/\u003e\u003c/a\u003e\n\n\n[Become a partner](https://www.pavolhejny.com/contact/)\n\n\u003c!--/Partners--\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhejny%2Fcrypto-donate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhejny%2Fcrypto-donate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhejny%2Fcrypto-donate/lists"}