项目作者: UMNLibraries

项目描述 :
Extract and Save National Park Service Employee Directory Data
高级语言: Ruby
项目地址: git://github.com/UMNLibraries/npsers.git
创建时间: 2017-03-08T16:54:56Z
项目社区:https://github.com/UMNLibraries/npsers

开源协议:MIT License

下载


NPSERS: Get all the NPS Employees!

A very simple library to iterate through employees contained within the National Park Service Directory.
This library parses successive HTML pages (with nokogiri) and extracts employee data. Employee data is then
transformed to CSV and saved to a file that you specify. An example of such a file run_npsers.rb has been provided
at the root level of this repository for your reference.

Requiremens

  • Ruby

Use