New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

twitarr

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitarr

Client API for Twitarr

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

Twit-arr Client API

A client API for interacting with the Twit-arr social networking platform.

Using the Twitarr.js APIs In Your Code

(Coming soon.)

API Coverage

Twitarr.js currently supports a subset of the Twit-arr ReST API:

  • retrieve profile information
  • list, read, and post seamail messages
  • read and post tweets

The intention is to implement 100% of the features specified in the Twit-arr ReST documentation.

Changes

The CHANGELOG will be updated as releases occur, and should always be accessible here.

Development

To build this project, run npm install to install all dependencies.

Then you can run npm to build or test the project:

  • npm run dist - run tests and lint, and build the complete tree in dist/
  • npm run dev - build a development version of the API in dist/twitarr.js and dist/twitarr.node.js
  • npm run build - build the development and production versions of the API in dist/
  • npm run docs - build the docs in dist/docs/
  • npm run watch - continuously build the development version in dist/twitarr.js
  • npm run test - run the tests
  • npm run watch-test - continuously run the tests
  • npm run cli -- <arguments> - run the CLI test tool (try --help for options)
  • npm run release - do a release build, regenerating dist/, and updating the changelog.

Reporting Bugs or Feature Requests

Twitarr.js issues are tracked in the Twit-arr issue tracker: https://github.com/RangerRick/twitarr-client-api/issues

FAQs

Package last updated on 22 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts