0.1.6 • Published 5 years ago

bletchley-indexes v0.1.6

Weekly downloads
3
License
BSD-2-Clause
Repository
github
Last release
5 years ago

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()
0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago