Threadsjs Threads.js Save

A Node.js library for the Threads API

Project README

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);
	});
})();
Open Source Agenda is not affiliated with "Threadsjs Threads.js" Project. README Source: threadsjs/threads.js
Stars
273
Open Issues
11
Last Commit
3 weeks ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating