Skip to content

HTTP Server in Node.js to provide an API to return the result of Article Metadata Extractor.

Notifications You must be signed in to change notification settings

article-metadata-extractor/article-metadata-extractor-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

HTTP Server in Node.js to provide an API to return the result of Article Metadata Extractor.

Topics

Resources

Stars

Watchers

Forks