1.0.3 • Published 5 years ago

wilmer v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Wilmer

A tiny wrapper for the Wilma api.

The data is in raw, undocumented format that you get from the API.

Usage

import wilmer from 'wilmer';

wilmer({
    username : process.env.WILMA_USERNAME || 'huo@visma.com',
    password : process.env.WILMA_PASSWORD || 'huo',
    hostname : process.env.WILMA_HOST || 'wilmademo.inschool.fi'
}).then(console.log);
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago