Did you know ... Search Documentation:
Packs (add-ons) for SWI-Prolog

Package "notes800"

Title:Query phone number data from 800notes.com
Rating:Not rated. Create the first rating!
Latest version:0.1.0
SHA1 sum:d71b07817a926d615ba36642f1b31b211bd8a594
Author:Michael Hendricks <michael@ndrix.org>
Maintainer:Michael Hendricks <michael@ndrix.org>
Packager:Michael Hendricks <michael@ndrix.org>
Home page:https://github.com/mndrix/notes800
Download URL:https://github.com/mndrix/notes800/archive/v0.1.0.zip
Requires:delay
web

Reviews

No reviews. Create the first review!.

Details by download location

VersionSHA1#DownloadsURL
0.1.0412c3fa213e0591e21beb97d019d00a7f7913a9010https://github.com/mndrix/notes800/archive/v0.1.0.zip
d71b07817a926d615ba36642f1b31b211bd8a5941https://github.com/mndrix/notes800/archive/v0.1.0.zip

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

Contents of pack "notes800"

Pack contains 7 files holding a total of 6.4K bytes.