HTTP Server in Node.js to provide an API to return the result of Article Metadata Extractor. It is designed to be used in Node.js 18+.
Install all dependencies, this should be fast.
npm install
After that you can start the server throught that:
npm run start
The default port is 3000
. If you want to run it in other port you can define the PORT
environment variable.
PORT=3008 npm run start
You can access the path /docs
to get access to Swagger Docs.
This code is released under the MIT License.