mysodexo
TypeScript icon, indicating that this package has built-in type declarations

2023.9.9 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i mysodexo

Weekly Downloads

1

Version

2023.9.9

License

ISC

Unpacked Size

120 kB

Total Files

29

Last publish

Collaborators

  • andre.miras