{"id":17978786,"url":"https://github.com/jon-becker/node-temp-mail","last_synced_at":"2025-07-12T06:36:50.359Z","repository":{"id":42127935,"uuid":"279186087","full_name":"Jon-Becker/node-temp-mail","owner":"Jon-Becker","description":"Node wrapper for creating and fetching temporary, disposable emails, as well as their new messages.","archived":false,"fork":false,"pushed_at":"2025-07-01T20:24:10.000Z","size":2594,"stargazers_count":20,"open_issues_count":2,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-08T15:58:32.464Z","etag":null,"topics":["email","mail","nodejs","smtp","tempmail"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Jon-Becker.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-07-13T02:07:40.000Z","updated_at":"2025-07-01T20:24:07.000Z","dependencies_parsed_at":"2023-12-19T17:34:44.846Z","dependency_job_id":"f9bd2545-53a3-4937-8595-f19b8cf9248a","html_url":"https://github.com/Jon-Becker/node-temp-mail","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Jon-Becker/node-temp-mail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jon-Becker%2Fnode-temp-mail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jon-Becker%2Fnode-temp-mail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jon-Becker%2Fnode-temp-mail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jon-Becker%2Fnode-temp-mail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jon-Becker","download_url":"https://codeload.github.com/Jon-Becker/node-temp-mail/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jon-Becker%2Fnode-temp-mail/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264951610,"owners_count":23687974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["email","mail","nodejs","smtp","tempmail"],"created_at":"2024-10-29T17:35:07.473Z","updated_at":"2025-07-12T06:36:50.329Z","avatar_url":"https://github.com/Jon-Becker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-temp-mail\n\nNode wrapper for creating and fetching temporary, disposable emails, as well as their new messages.\n\n## Installation\n\n```shell\nnpm install node-temp-mail\n```\n\n## Usage\n\n```javascript\nconst TempMail = require(\"node-temp-mail\");\n\n// Let's create an address object so it can be accessed by the module.\nconst address = new TempMail(\"testAddress\");\n\n// We already have the address object, so now let's access it and get a list of the emails in a nice \u0026 neat json object.\naddress.fetchEmails((err, body) =\u003e {\n  console.log(body);\n});\n\n// Or we can use the async/await syntax\nconst body = await address.fetchEmails();\n\n// If for any reason you need to see the full temporary email address, you can use the following function.\naddress.getAddress();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjon-becker%2Fnode-temp-mail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjon-becker%2Fnode-temp-mail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjon-becker%2Fnode-temp-mail/lists"}