This project takes the URL of an article and runs it through the Aylien Text Analysis API. I completed this project as part of the Udacity Front End Nanodegree program.
- Clone the repository
 - Get an Aylien API key. There is a 14 trial available here.
 - Install the project
 
npm install- Create a .env file at the project root with your API_ID and API_KEY from Aylien.
 
API_ID=xxxxxxxx
API_KEY=xxxxxxxxxxxxxxxxxx
- Build everything
 
npm run build-prod- Run and navigate to http://localhost:3030 and enter the URL of an article in the box.
 
npm start