2023.9.9 • Published 8 months ago

mysodexo v2023.9.9

Weekly downloads
2
License
ISC
Repository
github
Last release
8 months ago

Mysodexo JavaScript client

Tests Coverage Status Documentation npm version

A Javascript client for the Mysodexo reverse engineered API.

Install & Usage

Install it with npm.

npm install mysodexo

Then use the command line client.

mysodexo --balance

Or the library.

import { login } from "mysodexo";
login("foo@bar.com", "password").then(({ accountInfo }) =>
  console.log(accountInfo)
);
2023.9.9

8 months ago

2023.9.8

8 months ago

2022.10.30

2 years ago

2022.10.31

2 years ago

2022.10.22

2 years ago

2022.11.1

2 years ago

2022.11.2

2 years ago

2022.11.3

2 years ago

2022.11.0-1.2

2 years ago

2022.11.0-1.1

2 years ago

2019.12.16

4 years ago

2019.12.8

4 years ago

2019.12.7

4 years ago

2019.12.3

4 years ago

2019.11.24

4 years ago

2019.11.23

4 years ago