{"id":22486394,"url":"https://github.com/Rud156/News-Weaver","last_synced_at":"2025-08-02T19:31:40.484Z","repository":{"id":96761798,"uuid":"95182581","full_name":"Rud156/News-Weaver","owner":"Rud156","description":"A web based RSS Aggregator","archived":false,"fork":false,"pushed_at":"2019-02-08T17:54:47.000Z","size":1976,"stargazers_count":23,"open_issues_count":3,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-06T17:15:46.839Z","etag":null,"topics":["framework","material-ui","momentjs","rss-aggregator","vuejs2","vuetifyjs"],"latest_commit_sha":null,"homepage":"https://news-weaver.firebaseapp.com","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/Rud156.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}},"created_at":"2017-06-23T04:19:05.000Z","updated_at":"2023-09-09T14:25:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"5239a3c8-36db-4783-a2a1-34bd1ae0f770","html_url":"https://github.com/Rud156/News-Weaver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rud156/News-Weaver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rud156%2FNews-Weaver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rud156%2FNews-Weaver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rud156%2FNews-Weaver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rud156%2FNews-Weaver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rud156","download_url":"https://codeload.github.com/Rud156/News-Weaver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rud156%2FNews-Weaver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268440421,"owners_count":24250794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"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":["framework","material-ui","momentjs","rss-aggregator","vuejs2","vuetifyjs"],"created_at":"2024-12-06T17:14:29.853Z","updated_at":"2025-08-02T19:31:40.174Z","avatar_url":"https://github.com/Rud156.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","awesome-vue [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)","Projects Using Vue.js","Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) ★101652](https://github.com/sindresorhus/awesome)","Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)","Open Source [🔝](#readme)"],"sub_categories":["开源","Open Source"],"readme":"\n## ![Image](./client/static/NewsWeaver.png)  News-Weaver\n\u003e A simple web based RSS Aggregator\n#### A work in progress\n#### Inspired by: [https://github.com/GetStream/Winds](https://github.com/GetStream/Winds)\n## NOTE: Due to restrictions imposed by [Heroku](https://www.heroku.com), the first time you login, it make take sometime as the server goes to sleep if not used for more than `30 mins` and thus needs to restart. This is something completely beyond my control.\n#### Demo Link: [https://news-weaver.firebaseapp.com](https://news-weaver.firebaseapp.com)\n\n![Homepage](./client/static/Homepage.png)\n\n## TODO:\n* Add Badges For Unread News\n* Add Categorization for Favourites\n\n## Made With:\n* [Express JS](https://expressjs.com)\n* [Vue JS](https://vuejs.org)\n* [VuetifyJS](https://www.vuetifyjs.com)\n* [Moment JS](https://momentjs.com)\n* [Axios JS](https://github.com/mzabriskie/axios)\n\n\n## Getting Started:\n\n### Pre-requisite:\nMongoDB needs to be installed and running\n\n\n##### Open a terminal:\n```bash\n    cd server\n    npm install\n    npm start\n```\nServe with hot reload\n``` npm run dev ```\n\n##### Open another terminal:\nServe with hot reload\n```bash\n    cd client\n    npm install\n    npm run dev\n```\n\n## Restful API:\n#### Endpoints:\n```\n    http://localhost:3000/auth/register\n    POST\n    username: Username,\n    password: Password,\n    rePassword: Password Again\n```\n\n```\n    http://localhost:3000/auth/login\n    POST\n    username: Username,\n    password: Password\n```\n\n```\n    http://localhost:3000/user/get_feed?url=\u003curl\u003e\u0026token=\u003cAuthToken\u003e\n    GET\n    url: URL of the feed\n    AuthToken: Authorization token received after logging in\n```\n\n```\n    http://localhost:3000/user/feed_news?index=\u003cindex\u003e\u0026hash=\u003chash\u003e\u0026token=\u003cAuthToken\u003e\n    GET\n    AuthToken: Authorization token received after logging in\n    index: Returns the '15 * index + index' feeds\n    hash: Hash of the feed source to get news from\n```\n\n```\n    http://localhost:3000/user/feed_source?hash=\u003chash\u003e\u0026token=\u003cAuthToken\u003e\n    GET\n    AuthToken: Authorization token received after logging in\n    hash: Hash about a feed source to get detailed info\n```\n\n```\n    http://localhost:3000/user/save_feed?token=\u003cAuthToken\u003e\n    POST\n    AuthToken: Authorization token received after logging in\n    title: Title of the feed source\n    description: Description about the source\n    favicon: Link to the site favicon\n    feedURL: URL of the feed\n    siteURL: URL of the website\n```\n\n```\n    http://localhost:3000/user/delete_feed?token=\u003cAuthToken\u003e\u0026hash=\u003chash\u003e\n    DELETE\n    AuthToken: Authorization token received after logging in\n    hash: Hash of the feed you want to delete\n```\n\n```\n    http://localhost:3000/user/all_feed_sources?token=\u003cAuthToken\u003e\n    GET\n    AuthToken: Authorization token received after logging in\n```\n\n```\n    http://localhost:3000/user/all_feed_news?token=\u003cAuthToken\u003e\n    GET\n    AuthToken: Authorization token received after logging in\n```\n\n```\n    http://localhost:3000/user/favourites?token=\u003cAuthToken\u003e\n    GET\n    AuthToken: Authorization token received after logging in\n```\n\n```\n    http://localhost:3000/user/save_favourite?token=\u003cAuthToken\u003e\n    POST\n    feedNews: {\n        title: Title of the news,\n        description: Description of the news,\n        image: Image of the news,\n        URL: URL of the news,\n        summary: Summary of the news,\n        category: List of categories,\n        date: Date of news in ISO Format\n    }\n```\n\n```\n    http://localhost:3000/user/edit_favourite?token=\u003cAuthToken\u003e\n    POST\n    AuthToken: Authorization token received after logging in\n    image: Image of the updated news\n    title: Title of the updated news\n    summary: Summary of the updated news\n    hash: Hash of the news\n```\n\n```\n    http:localhost:3000/user/delete_favourite?token=\u003cAuthToken\u003e\n    DELETE\n    AuthToken: Authorization token received after logging in\n    hash: Hash of the favourite to delete\n```\n\n## Contributing:\n\u003e Feel free to create issues and pull requests for any features and errors.\n\n## License:\n### MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRud156%2FNews-Weaver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRud156%2FNews-Weaver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRud156%2FNews-Weaver/lists"}