GithubHelp home page GithubHelp logo

tahul / freemail Goto Github PK

View Code? Open in Web Editor NEW

This project forked from willwhite/freemail

0.0 1.0 0.0 828 KB

A database of free and disposable email domains and a handy Node.js module for querying it.

License: ISC License

Shell 38.63% JavaScript 2.19% TypeScript 59.19%

freemail's Introduction

Build Status

freemail

A database of free and disposable email domains and a handy Node.js module for querying it.

Use the Node.js module or access the files in the ./data directory and parse with your language of choice.

In an effort to create the most up-to-date list of domains, the database can be synchronized with various lists from around the web. You can also add new domains directly by opening a pull request.

Database

There are three key data files in this project:

  • free.txt contains a list of domains that are known to provide free email service
  • disposable.txt contains a list of domains that are known to provide disposable email service
  • blacklist.txt contains a list of domains that this project will refuse to add to either list

Domains may only be a member of one list.

Updating the database

Run ./update to pull in the latest domains from the sources listed in sources.txt. All new domains will be placed in free.txt by default. If any domains provide disposable email service, they may be moved to disposable.txt.

Node

Install

npm install --save freemail
var freemail = require('freemail');
freemail.isFree('[email protected]');
> true
freemail.isFree('[email protected]');
> true
freemail.isDisposable('[email protected]');
> false
freemail.isDisposable('[email protected]');
> true

Other

  • freemail-cli is a CLI tool for filtering free and disposable emails

freemail's People

Contributors

willwhite avatar tahul avatar meineerde avatar seriousben avatar chrisminett avatar samlevan avatar nesk avatar captainyarb avatar parthkolekar avatar greenmoon55 avatar alisonatwork avatar snoepkast avatar gosney avatar grano avatar danielstjules avatar diegoparrilla avatar hamdiakoguz avatar ryklith avatar mrtuxracer avatar marcob avatar matinm avatar mcwhittemore avatar mullernr avatar pcothenet avatar dependabot[bot] avatar ironmaniiith avatar kgnazdowsky avatar msirenko avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.