twitarr

0.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i twitarr

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

18.4 MB

Total Files

296

Last publish

Collaborators

  • rangerrick