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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i aoc-input-loader

    Weekly Downloads

    6

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • lindell