2023.9.9 • Published 2 years ago
mysodexo v2023.9.9
Mysodexo JavaScript client
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
2 years ago
2023.9.8
2 years ago
2022.10.30
3 years ago
2022.10.31
3 years ago
2022.10.22
3 years ago
2022.11.1
3 years ago
2022.11.2
3 years ago
2022.11.3
3 years ago
2022.11.0-1.2
3 years ago
2022.11.0-1.1
3 years ago
2019.12.16
5 years ago
2019.12.8
6 years ago
2019.12.7
6 years ago
2019.12.3
6 years ago
2019.11.24
6 years ago
2019.11.23
6 years ago