littlefork-plugin-wayback-machine
v0.1.0
Published
Determine the publishing date of web pages on the wayback machine.
Downloads
2
Maintainers
Readme
littlefork-plugin-wayback-machine
This is a plugin for littlefork. It looks up mementos in the wayback machine of archive.org.
Installation
npm install --save littlefork-plugin-wayback-machine
Usage
This plugin exports a single transformation plugin:
wayback-machines
transformation
$(npm bin)/littlefork -c cfg.json -p ddg,wayback-machine
It adds the _lf_wayback
field to each data unit that contains all memento
entries. If there are any mementos found, it adds the first one to the
_lf_pubdates
object with the key wayback
.