{"id":25185879,"url":"https://github.com/mazensayed91/evaluate-news-article","last_synced_at":"2026-04-16T03:31:14.319Z","repository":{"id":111422076,"uuid":"408493677","full_name":"Mazensayed91/evaluate-news-article","owner":"Mazensayed91","description":"The aim of this project is to practice webpack-nodejs to evaluate news article using NLP [sentiment analysis]","archived":false,"fork":false,"pushed_at":"2021-09-22T10:54:35.000Z","size":164,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T08:47:27.557Z","etag":null,"topics":["es6","js","nlp","nodejs","sass","webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mazensayed91.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-20T15:16:58.000Z","updated_at":"2021-09-22T10:54:37.000Z","dependencies_parsed_at":"2023-03-27T22:17:26.549Z","dependency_job_id":null,"html_url":"https://github.com/Mazensayed91/evaluate-news-article","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mazensayed91/evaluate-news-article","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mazensayed91%2Fevaluate-news-article","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mazensayed91%2Fevaluate-news-article/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mazensayed91%2Fevaluate-news-article/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mazensayed91%2Fevaluate-news-article/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mazensayed91","download_url":"https://codeload.github.com/Mazensayed91/evaluate-news-article/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mazensayed91%2Fevaluate-news-article/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["es6","js","nlp","nodejs","sass","webpack"],"created_at":"2025-02-09T19:40:44.226Z","updated_at":"2026-04-16T03:31:14.212Z","avatar_url":"https://github.com/Mazensayed91.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Evaluate-News-Article-NLP\n\nThe aim of this project is to practice webpack-nodejs to evaluate news article using NLP\n\nThe main task of this React project are the following:\n\n    1.  Display a form that takes url of an article to analyze\n    2.  Analyze this article and return the sentiment analysis results\n\n\n## Meaning Cloud API\nHere is the documentation of how to do sentiment analysis with meaning cloud api: https://learn.meaningcloud.com/developer/sentiment-analysis/2.1/doc/what-is-sentiment-analysis\n\n\n## TL;DR\n\nTo get started developing right away:\n\n* create .env file at the root of the project\n* add LICENSE_KEY = XXXxxxXXXXxxxxXXXxx [The api key you get from meaningcloud]\n* install all project dependencies with `npm install`\n* start the development server with `npm start`\n* to build the client for development with `npm build-dev`\n* to build the client for production with `npm build-prod`\n\n## What You're Getting\n\n```bash\n├── README.md - This file.\n├── package.json # npm package manager file, it's like the project's id.\n├── __test__\n│   ├── testClient # Uses jest to unit test individual functions.\n│   └── testServer\n└── src\n    ├── Client # Contains the UI, get request to 8081 to get the results returned from the backend\n    │   ├── Book.js # Represents a book.\n    │   └── BookShelf.js # Represents book shel.   f\n    ├── Server # Contains the get requests to meaning cloud api to analyze the article.\n    │   ├── index.js\n```\n\n\n## Backend Server\n\n### `get`\n\nEnd-Point:\n\n```js\n/sentiment_analysis/*\n```\n\n* Hitting this endpoint with valid url returns a json object contains data of the sentiment analysis.\n\n\n### Author:\n\nMazen Sayed\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazensayed91%2Fevaluate-news-article","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmazensayed91%2Fevaluate-news-article","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazensayed91%2Fevaluate-news-article/lists"}