@threadsjs/threads.js
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

threads.js

thread.js is a Node.js library that allows you to interact with the Threads API

npm version Downloads Average time to resolve an issue Percentage of issues still open

FeaturesInstallation and updatingUsageMethods

Features

  • Object-oriented
  • Performant
  • Authenticated
  • 100% coverage

Installation and updating

npm install @threadsjs/threads.js

Example usage

const { Client } = require('@threadsjs/threads.js');

(async () => {
	const client = new Client({ token: 'token' });

	await client.users.get().then(user => {
		console.log(user);
	});
})();

Readme

Keywords

none

Package Sidebar

Install

npm i @threadsjs/threads.js

Weekly Downloads

64

Version

2.0.0

License

MIT

Unpacked Size

7.97 kB

Total Files

12

Last publish

Collaborators

  • elijahwright