0.7.2 • Published 4 months ago

fourthwall-js v0.7.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

Fourthwall npm package

This is an npm package for interacting with the Fourthwall platform. It is written in typescript.

Installation

To install the package, use the following command:

npm install fourthwall-js

Usage - 0.7.0+

This package simplifies interaction with Fourthwall's API and token validation process. Below is an example of how you can use this package:

// Init client
const fw = new Fourthwall({
  username: "username",
  password: "password",
});

// Get orders
const ordersResponse = await fw.getOrders();

Contributing

Contributions are welcome. Please open an issue or submit a pull request on GitHub.

License

ISC

0.7.2

4 months ago

0.7.1

4 months ago

0.7.0

4 months ago

0.6.0

9 months ago

0.5.1

10 months ago

0.5.0

10 months ago

0.4.1

10 months ago

0.4.0

10 months ago

0.3.0

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.0

10 months ago