Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

api-rest safe-browsing

Last synced: 4 days 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`