This web-app is a Node-Express JavaScript app that deals with detecting the language of articles in the web.
To install and use the app on your local machine, please run:
npm run startTo use the app, insert a link to an article in the textbox that appears on the page, and click submit. After approximately 5 seconds, it will return the language of the articlel.
The api used is Aylien Text API.