Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 684 Bytes

File metadata and controls

31 lines (19 loc) · 684 Bytes

Article Metadata Extractor Server

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+.

Usage

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

Docs

You can access the path /docs to get access to Swagger Docs.

Licence

This code is released under the MIT License.