Did you know ... | Search Documentation: |
Packs (add-ons) for SWI-Prolog |
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 |
No reviews. Create the first review!.
Version | SHA1 | #Downloads | URL |
---|---|---|---|
0.1.0 | 412c3fa213e0591e21beb97d019d00a7f7913a90 | 10 | https://github.com/mndrix/notes800/archive/v0.1.0.zip |
d71b07817a926d615ba36642f1b31b211bd8a594 | 1 | https://github.com/mndrix/notes800/archive/v0.1.0.zip |
:- use_module(library(notes800), []). ?- notes800:caller_id("1-877-528-5852",Caller,Type). Caller = "ERG", Type = debt_collector.
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.
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
Pack contains 7 files holding a total of 6.4K bytes.