Did you know ... Search Documentation:
Pack notes800 -- README.md

Synopsis

:- use_module(library(notes800), []).
?- notes800:caller_id("1-877-528-5852",Caller,Type).
Caller = "ERG",
Type = debt_collector.

Description

800notes is one of the largest communities for reporting and discussing telephone numbers (telemarketing, prank calls, surveys, etc). This pack provides a convenient way to query that site for details about a specific number.

Installation

Using SWI-Prolog 7.1 or later:

?- pack_install(notes800).

This module uses semantic versioning.

Source code available and pull requests accepted at http://github.com/mndrix/notes800