Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 410 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 410 Bytes

NANLP

Natural Language Processing App

Written by Jupi

Installation

Make sure you have Node.js installed. Clone the Git repository using the following command

git clone https://github.com/Jupi2051/NANLP.git

go to src/server/index.js and insert your API as the value of API_KEY

Install the dependencies start the server.

cd NANLP
npm i
npm start