An open API service indexing awesome lists of open source software.

https://github.com/fdiskas/not-safe-api


https://github.com/fdiskas/not-safe-api

api-rest safe-browsing

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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.

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

### Dependencies

- the main package is `is-porn`