{"id":20230620,"url":"https://github.com/cdepillabout/purescript-email-validate","last_synced_at":"2026-03-06T02:42:15.889Z","repository":{"id":1941611,"uuid":"45093745","full_name":"cdepillabout/purescript-email-validate","owner":"cdepillabout","description":"Validating an email address string against RFC 5322","archived":false,"fork":false,"pushed_at":"2023-03-04T03:49:50.000Z","size":247,"stargazers_count":17,"open_issues_count":8,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-01T22:41:55.784Z","etag":null,"topics":["email","email-address-val","hacktoberfest","purescript"],"latest_commit_sha":null,"homepage":"","language":"PureScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdepillabout.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}},"created_at":"2015-10-28T06:35:36.000Z","updated_at":"2023-02-20T13:43:09.000Z","dependencies_parsed_at":"2023-07-05T21:16:40.437Z","dependency_job_id":null,"html_url":"https://github.com/cdepillabout/purescript-email-validate","commit_stats":{"total_commits":68,"total_committers":7,"mean_commits":9.714285714285714,"dds":0.2647058823529411,"last_synced_commit":"fba8ff54ad352bfd790a1ea34823524ab23754ff"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/cdepillabout/purescript-email-validate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdepillabout%2Fpurescript-email-validate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdepillabout%2Fpurescript-email-validate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdepillabout%2Fpurescript-email-validate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdepillabout%2Fpurescript-email-validate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdepillabout","download_url":"https://codeload.github.com/cdepillabout/purescript-email-validate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdepillabout%2Fpurescript-email-validate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30159898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"online","status_checked_at":"2026-03-06T02:00:08.268Z","response_time":250,"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":["email","email-address-val","hacktoberfest","purescript"],"created_at":"2024-11-14T07:43:13.388Z","updated_at":"2026-03-06T02:42:15.868Z","avatar_url":"https://github.com/cdepillabout.png","language":"PureScript","readme":"\npurescript-email-validate\n==================\n\n[![Build\nStatus](https://travis-ci.org/cdepillabout/purescript-email-validate.svg)](https://travis-ci.org/cdepillabout/purescript-email-validate)\n\nA small library providing an EmailAddress type.  Based on the Haskell library\n[email-validate](https://hackage.haskell.org/package/email-validate).\n\n- [Module documentation](docs/Text/Email/)\n\n### Installing\n\n```sh\n$ npm install\n$ ./node_modules/.bin/bower install purescript-email-validate\n```\n\n### Building / Testing\n\n```sh\n$ pulp build\n$ pulp test\n```\n\n### Usage\n\n```\n\u003e import Text.Email.Validate (EmailAddress(), toString, emailAddress)\n\u003e :t emailAddress\nString -\u003e Either String EmailAddress\n\u003e emailAddress \"test@email.com\"\nRight test@email.com\n\u003e emailAddress \"bad@email@address\"\nLeft \"bad email address\"\n\u003e :t toString\nEmailAddress -\u003e String\n\u003e toString $ emailAddress \"test@email.com\"\ntest@email.com\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdepillabout%2Fpurescript-email-validate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdepillabout%2Fpurescript-email-validate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdepillabout%2Fpurescript-email-validate/lists"}