Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I got bored over lunch and made this a node module:

https://www.npmjs.com/package/is-gmail-account-valid

    const isGmailAccountValid = require('is-gmail-account-valid')

    isGmailAccountValid('some.username', function(err, result){
        console.log(err, result)
    })



Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: