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);
});

Readme

Keywords

none

Package Sidebar

Install

npm i aoc-input-loader

Weekly Downloads

3

Version

1.0.2

License

MIT

Last publish

Collaborators

  • lindell