Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 356 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 356 Bytes

Not safe for children

Node express API - will check if it is not a safe place for children. It checks if it is an adult site or not.

GET ?site=https://google.com

Returns a status TRUE if unsafe and FALSE if it is safe for browsing.

{
  "url": "google.com",
  "status": false
}

Dependencies

  • the main package is is-porn