Skip to content

HeinnerXD/brand-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brand Validator

Module to validate if your text have any registered or famous brand.

Example

const validator = require('brand-validator');

async function test() {
    try {
        var text = "Apple"; // Famous Brand (Apple)
        let brandFound = await validator.validateText(text);
        console.log(brandFound);
    } catch (error) {
        console.log(error);
    }
}

test(); // true

About

Module to validate if your text have any registered or famous brand

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published