{"id":20166105,"url":"https://github.com/robertjgabriel/profanity","last_synced_at":"2025-03-03T03:26:04.084Z","repository":{"id":83357936,"uuid":"44891951","full_name":"RobertJGabriel/profanity","owner":"RobertJGabriel","description":"Profanity rates and reviews text, to see if its suitable. Enter a word and it will simply return a value of true or false, depending on whether or not the word is classed as profanity. Based off googles profanity check.","archived":false,"fork":false,"pushed_at":"2016-02-05T11:54:05.000Z","size":15,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T14:53:06.126Z","etag":null,"topics":["college-project","machine-learning","profanity","profanity-rates","review-text","suitable"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RobertJGabriel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-25T01:30:15.000Z","updated_at":"2022-10-15T16:30:21.000Z","dependencies_parsed_at":"2023-04-27T17:31:27.811Z","dependency_job_id":null,"html_url":"https://github.com/RobertJGabriel/profanity","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/RobertJGabriel%2Fprofanity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobertJGabriel%2Fprofanity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobertJGabriel%2Fprofanity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobertJGabriel%2Fprofanity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobertJGabriel","download_url":"https://codeload.github.com/RobertJGabriel/profanity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241601987,"owners_count":19989036,"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":["college-project","machine-learning","profanity","profanity-rates","review-text","suitable"],"created_at":"2024-11-14T00:42:35.850Z","updated_at":"2025-03-03T03:26:04.058Z","avatar_url":"https://github.com/RobertJGabriel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\nProfanity rates and reviews text, to see if its suitable. Enter a word and it will simply return a value of true or false, depending on whether or not the word is classed as profanity. Based off googles profanity check.\n\n\n## Install\n\n```\n$ npm install --save profanity\n```\n\n## Usage\n\n```js\nvar profanity = require(\"./profanity.js\");\nvar chalk = require('chalk');\n\n    profanity(\"sex\", function (response) {\n        if (response === \"false\") {\n            console.log(chalk.blue(response));\n        } else {\n            console.log(chalk.red(response));\n        }\n    });\n\n```\n\n## Team\n\n[![Robert Gabriel](https://avatars2.githubusercontent.com/u/6218780?v=3\u0026s=460)](http://www.projectbird.com) | \n---|---\n[Robert Gabriel](http://www.projectbird.com)  |\n\n\n## License\n\nMIT © [Robert Gabriel](http://www.projectbird.com) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertjgabriel%2Fprofanity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertjgabriel%2Fprofanity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertjgabriel%2Fprofanity/lists"}