aoc-input-loader

1.0.2 • Public • Published

Advent of Code Input Loader

Loads Advent of Code input data for a specified day and year.

Install

npm install aoc-input-loader

Use

const inputLoader = require('aoc-input-loader');
 
inputLoader(year, day, sessionCookie).then(data => {
    console.log(data);
});

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.20latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.20

Package Sidebar

Install

npm i aoc-input-loader

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • lindell