0.7.2 • Published 2 years ago

fourthwall-js v0.7.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago