Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 680 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 680 Bytes

Udacity Natural Language Processing Project

This is project is was created as a part of the Udacity Front End Developer Nanodegree program.

Running the project

This project uses Meaning Cloud Language Identification API.

To run this app you need to registar at Meaning Cloud and generate you own API Key. NEXT, create .env file in the root directory and add the API to .env file

MC_API_KEY=YOUR_API_KEY

To install packages run:

yarn install

To run the development server:

yarn dev

To build the project use:

yarn build

To start the server use:

yarn start

To test the project using Jest use:

yarn test