Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

freemail-domains

Compiled list of freemail provider domains.

Data Handling

Javascript

var domains = await fetch('https://raw.githubusercontent.com/the-ransum/freemail-domains/main/domains.txt').then(r => r.text()).then(r => r.split(/\n/g));
domains // Array(3753) [ "1033edge.com", "11mail.com", "123.com", "123box.net", … ]

About

Compiled list of freemail provider domains for filtering disposable and free email addresses

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors