Simple REST API mixer as a service. A minimal service will be deployed on your local port `8080`, the keywords has to be sent with the _query_ field `q`. The output is a _application/json_ set, if the header `Accept: application/json` is not set or does not specify json, it will render as a simplistic HTML webpage representing the results and images.
You need `node` and `npm` installed. The project is written using `typescript` that allows type checking and other verifications before creating the real javascript code. Also it adds polyfills (c.f. babel) to ECMAScript that allows the use of `class` and other new ES features.
You can now use [Postman](https://www.getpostman.com/) or whatever API client or web browser at `127.0.0.1:8080`. The only allowed request method is **GET** and accepts the research field in a query parameter named 'q'.