{"id":16361732,"url":"https://github.com/bennymeg/academicemailverifier","last_synced_at":"2025-03-16T15:32:47.724Z","repository":{"id":33225579,"uuid":"155440798","full_name":"bennymeg/AcademicEmailVerifier","owner":"bennymeg","description":"Identifies email addresses or domains names that belong to colleges or universities.","archived":false,"fork":false,"pushed_at":"2022-12-30T22:36:28.000Z","size":903,"stargazers_count":41,"open_issues_count":6,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T12:51:59.454Z","etag":null,"topics":["academic","colleges","database","email","email-verification","institution","tld-verification","universities"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bennymeg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-10-30T19:00:18.000Z","updated_at":"2025-01-31T16:51:21.000Z","dependencies_parsed_at":"2023-01-15T00:00:21.218Z","dependency_job_id":null,"html_url":"https://github.com/bennymeg/AcademicEmailVerifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bennymeg%2FAcademicEmailVerifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bennymeg%2FAcademicEmailVerifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bennymeg%2FAcademicEmailVerifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bennymeg%2FAcademicEmailVerifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bennymeg","download_url":"https://codeload.github.com/bennymeg/AcademicEmailVerifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243822309,"owners_count":20353498,"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":["academic","colleges","database","email","email-verification","institution","tld-verification","universities"],"created_at":"2024-10-11T02:14:40.185Z","updated_at":"2025-03-16T15:32:46.763Z","avatar_url":"https://github.com/bennymeg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Academic Email Verifier\nIdentifies email addresses or domains names that belong to colleges or universities.\nRetrieves institution name and owner role (i.e. faculty, student) if available.\n[🌌 Service Demo](https://bennymeg.github.io/AcademicEmailVerifier/).\n\n[![licence](https://img.shields.io/github/license/bennymeg/AcademicEmailVerifier.svg)](https://github.com/bennymeg/AcademicEmailVerifier/blob/master/LICENSE)\n[![npm version](https://img.shields.io/npm/v/academic-email-verifier.svg)](https://www.npmjs.com/package/academic-email-verifier)\n\u003c!-- [![Dependencies status](https://david-dm.org/bennymeg/AcademicEmailVerifier/status.svg)](https://david-dm.org/bennymeg/AcademicEmailVerifier) --\u003e\n\n## Installation\n```bash\nnpm install --save academic-email-verifier\n```\n## Usage\n\n### Import library:\n```javascript\nimport { Verifier } from 'academic-email-verifier';\n```\n\n### Verify academic email address asynchronically:\n```javascript\n// check if email address is a valid academic email address\nlet isAcademic = await Verifier.isAcademic('benny@stanford.edu');\n```\n\n### Get full institution name asynchronically:\n```javascript\n// get full institution name\nlet institutionName = await Verifier.getInstitutionName('megidish@mit.edu');\n```\n\n## Supported Environments ##\n- 🖥  Node.js\n\n## Documentation ##  \n- 👨🏼‍💻 [API](https://github.com/bennymeg/AcademicEmailVerifier/blob/master/API.md),  \n- 👩🏼‍🏫 [Examples](https://github.com/bennymeg/AcademicEmailVerifier/blob/masterexamples),  \n- 📜 [Change log](https://github.com/bennymeg/AcademicEmailVerifier/blob/master/CHANGELOG.md),  \n- 🖋 [License](https://github.com/bennymeg/AcademicEmailVerifier/blob/master/LICENSE)\n\n## Support ##\nIf you're having any problem, please [raise an issue](https://github.com/bennymeg/AcademicEmailVerifier/issues/new) on GitHub and we'll be happy to help.\n\n\n## Contribute ##\n- 👾 [Issue Tracker](https://github.com/bennymeg/AcademicEmailVerifier/issues),\n- 📦 [Source Code](https://github.com/bennymeg/AcademicEmailVerifier/)\n\nBefore submitting a pull request, please make sure that you include tests, and that [jshint](http://jshint.com) runs without any warnings: [Download VSCode extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.jshint).\n\n## Test ## \nRun the test suite by executing:\n\n```sh\n$ npm test\n```\n\n## Attribution ## \nThe database of this project is based on the ruby gem [swot](https://github.com/leereilly/swot) database. this database constitutes a significant part of this project. \n\n___\n\n**Author:** Benny Megidish.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbennymeg%2Facademicemailverifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbennymeg%2Facademicemailverifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbennymeg%2Facademicemailverifier/lists"}