1.1.0 • Published 2 years ago

mdl-update-box v1.1.0

Weekly downloads
-
License
APACHE-2.0
Repository
github
Last release
2 years ago

Installation

//npm
npm install mdl-update-box

//yarn
yarn add mdl-update-box

Prep work

  1. Create a new public GitHub Gist. (https://gist.github.com/)
  2. Create a token with the gist scope and copy it. (https://github.com/settings/tokens/new)

Example usage

const main = require('mdl-update-box');

const {
    GIST_ID: gistId,
    GH_TOKEN: githubToken,
    USER: user,
    TITLE: title
} = process.env;

main(gistId, githubToken, user, title);

Environment secrets

  • GIST_ID: The ID portion from your gist url: https://gist.github.com/facalz/ c7ecf280a4fc2214a85cef64896e020f
  • GH_TOKEN: The GitHub token generated above.
  • USER: Your user in MyDramaList.
  • TITLE: Title for gist (Optional).
1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago