# Reusable components

A series of components developed during R\&D of the project, some have been used in the final version fo the app, some turned out to be redundant for current iteration. As well as some apps that were made either along side or before that influenced the project.

## In use in the app

* [NWJS Boilerplate](https://github.com/pietrop/nwjs_boilerplate)
* [Gentle stt node module](https://github.com/OpenNewsLabs/gentle_stt_node)
* EDL Composer
* Srt Composer
* Date now
* Transcriber (IBM Watson STT)
* Metadata Reader
* HTML5 Webm Video converter

## Not in use in the app

* [srt\_parser\_composer](https://github.com/pietrop/srtParserComposer) [on npm](https://www.npmjs.com/package/srt_parser_composer)
* HTML5 Ogg Video converter&#x20;
* Captions burner&#x20;
* Twitter video api export&#x20;
* Video trimmer&#x20;

## Related proejcts

* [Transcriber app](https://voxmedia.github.io/Transcriber/)
* [Captions Burner](http://voxmedia.github.io/captions_burner/)
* [quickQuote Rails](http://times.github.io/quickQuote/)
* [quickQuote Node](https://github.com/pietrop/quickQuoteNode)
* autoEdit node (early version with express and jquery ui for d\&d)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://autoedit.gitbook.io/documentation/master-1.0.13-1/appendix/reusable-components.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
