bletchley-indexes

0.1.6 • Public • Published

bletchley-index-js

A small JS library that fetches the CSV updates from Bletchley Indexes for a given date.

import BletchleyCSV from 'bletchley-indexes'

//...

//This month, most likely wont be published and throw an exception
let bletchleyDownloader = new BletchleyCSV()
let entries = await bletchleyDownloader.fetch()

//for august 2018
let august = new Date(2018,8,0)
let bletchleyDownloader = new BletchleyCSV(august)
let entries = await bletchleyDownloader.fetch()

Readme

Keywords

none

Package Sidebar

Install

npm i bletchley-indexes

Weekly Downloads

1

Version

0.1.6

License

BSD-2-Clause

Unpacked Size

48.5 kB

Total Files

20

Last publish

Collaborators

  • mdahlstrom