A client API for interacting with the Twit-arr social networking platform.
(Coming soon.)
Twitarr.js currently supports a subset of the Twit-arr ReST API:
The intention is to implement 100% of the features specified in the Twit-arr ReST documentation.
The CHANGELOG will be updated as releases occur, and should always be accessible here.
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.jsnpm 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.jsnpm run test - run the testsnpm run watch-test - continuously run the testsnpm 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.Twitarr.js issues are tracked in the Twit-arr issue tracker: https://github.com/RangerRick/twitarr-client-api/issues
Generated using TypeDoc