https://github.com/edsu/ead-finder
use Google to find public EAD XML documents
https://github.com/edsu/ead-finder
Last synced: 8 months ago
JSON representation
use Google to find public EAD XML documents
- Host: GitHub
- URL: https://github.com/edsu/ead-finder
- Owner: edsu
- Created: 2012-10-16T18:49:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-10T10:51:29.000Z (over 13 years ago)
- Last Synced: 2024-10-12T05:57:38.339Z (over 1 year ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ead-finder
==========
ead-finder is a small Node utility that looks for EAD XML that has been
indexed by Google and [ArchiveGrid](http://beta.worldcat.org/archivegrid/).
The results are kept in a Redis database, and can be dumped with a small
python program. You can find a recent-ish dump of the database in the
[dump.json](https://raw.github.com/edsu/ead-finder/master/dump.json) file.
Run It
------
1. sudo apt-get install nodejs redis-server
1. git checkout https://github.com/edsu/ead-finder.git
1. cd ead-finder
1. npm install
1. node google.js
1. node archivegrid.js
1. pip install redis
1. python dump.py
License:
--------
* CC0