{"id":17063657,"url":"https://github.com/ammaaraslam/nodefeed-cli","last_synced_at":"2025-07-06T16:04:12.695Z","repository":{"id":58509614,"uuid":"523319953","full_name":"ammaaraslam/nodefeed-cli","owner":"ammaaraslam","description":"A CLI to see what's happening on popular blogging platforms easily from your terminal.","archived":false,"fork":false,"pushed_at":"2022-10-27T05:12:51.000Z","size":216,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T08:45:38.631Z","etag":null,"topics":["api","cli","hashnode","nodejs","terminal"],"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/ammaaraslam.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-10T11:40:07.000Z","updated_at":"2023-06-22T20:19:13.000Z","dependencies_parsed_at":"2023-01-20T19:02:37.064Z","dependency_job_id":null,"html_url":"https://github.com/ammaaraslam/nodefeed-cli","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ammaaraslam/nodefeed-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammaaraslam%2Fnodefeed-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammaaraslam%2Fnodefeed-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammaaraslam%2Fnodefeed-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammaaraslam%2Fnodefeed-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ammaaraslam","download_url":"https://codeload.github.com/ammaaraslam/nodefeed-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammaaraslam%2Fnodefeed-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263932017,"owners_count":23531707,"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","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":["api","cli","hashnode","nodejs","terminal"],"created_at":"2024-10-14T10:52:41.318Z","updated_at":"2025-07-06T16:04:12.677Z","avatar_url":"https://github.com/ammaaraslam.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/ammaaraslam"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"/\" target=\"blank\"\u003e\n    \u003cimg alt=\"nodefeed\" src=\"https://raw.githubusercontent.com/ammaaraslam/nodefeed-cli/master/assets/nodefeed.png\" width=\"125\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  \u003ca href=\"https://npmjs.com/package/nodefeed\" target=\"blank\"\u003e\u003cstrong\u003enodefeed\u003c/strong\u003e\u003c/a\u003e\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eSee what's happening on popular blogging platforms easily from your terminal.\u003c/strong\u003e\n\u003c/p\u003e\n\n\n- Get articles from popular blogging platforms like Hashnode.\n- Filter articles by `latest`, `featured`, `trending` and `user`.\n- Data displayed in a beautiful tabular format.\n\n\u003e **Note:-** As of the first release the CLI supports only articles from Hashnode. Future releases will include articles from Dev.to, Medium, etc.\n\n## ⬇ **Installation**\n\n```sh\n# This command installs the CLI globally (recommended)\nnpm install -g nodefeed\n\n# Or run the following command along with the usage. (This will install the CLI everytime you run it)\nnpx nodefeed \u003ccommand\u003e \u003coption\u003e\n```\n\n## 💻 **Usage**\n\nBasic usage:\n```sh\nnodefeed \u003ccommand\u003e \u003coption\u003e\n```\n\u003e **Commands:**\n\u003e - **help** - Print help info \n\u003e - **articles** - Get articles Hashnode\n\n\u003e **Options:**\n\u003e - **-c, --clear** - Clear the console on every task.\n\u003e  - **-d, --debug** - Print debug info.\n\u003e  - **-v, --version** - Print CLI version.\n\u003e  - **-l, --latest** - Filter latest articles.\n\u003e  - **-f, --featured** - Filter featured articles.\n\u003e  - **-u, --user** - Filter articles by user.\n\u003e  - **-t, --trending** - Filter trending articles.\n\u003e  - **-c, --community** - Filter trending articles.\n\nExample usage:\n```sh\n# get featured articles\nnodefeed articles -f\n```\n\n## 🤝 **Contributing**\nPlease contribute using the [Github Flow](https://guides.github.com/introduction/flow). Create a branch, add commits and [open up a pull request](https://github.com/ammaaraslam/nodefeed/compare). *Make sure your PR isn't a duplicate*\nPlease also read [`CONTRIBUTING.md`](https://github.com/ammaaraslam/nodefeed/blob/master/CONTRIBUTING.md) and [`CODE_OF_CONDUCT.md`](https://github.com/ammaaraslam/nodefeed/blob/master/CODE_OF_CONDUCT.md)\n\n## ⚙ **Development**\n1. Clone the Repository\n```sh\ngit clone https://github.com/ammaaraslam/nodefeed.git\n```\n2. Move into the working directory\n```sh\ncd nodefeed\n```\n3. Install Dependencies\n```sh\nnpm install\n```\n4. Run the CLI in a local environment. (To view reflected changes)\n```sh\n# create update of the CLI locally.\nnpm link\n\n# Use the CLI as usual.\nnodefeed \u003ccommand\u003e \u003coption\u003e\n```\n\n## 👨‍💻 **Author**\n\u003cstrong\u003e\u003ch2\u003eAmmaar Aslam\u003c/h2\u003e\u003c/strong\u003e\n\u003cp\u003e\n\u003cstrong\u003eTwitter 🐦\u003c/strong\u003e - \u003ca href=\"https://twitter.com/itsammaar_7\" target=\"_blank\"\u003e@itsammaar_7\u003c/a\u003e \u003cbr\u003e\n\u003cstrong\u003eInstagram 📸\u003c/strong\u003e - \u003ca href=\"https://www.instagram.com/its.ammaar_7\" target=\"_blank\"\u003e@itsammaar_7\u003c/a\u003e \u003cbr\u003e\n\u003cstrong\u003eGitHub 🐱\u003c/strong\u003e - \u003ca href=\"https://github.com/ammaaraslam\" target=\"_blank\"\u003e@ammaaraslam\u003c/a\u003e \u003cbr\u003e\n\u003cstrong\u003eHashnode 📚\u003c/strong\u003e - \u003ca href=\"https://hashnode.com/@ammaaraslam\" target=\"_blank\"\u003e@ammaaraslam\u003c/a\u003e \u003cbr\u003e\n\u003c/p\u003e\n\n## 🙏 Support\n\nIf you found the app helpful, consider supporting me with a coffee.\n\n\u003ca href=\"https://www.buymeacoffee.com/ammaaraslam\" target=\"_blank\"\u003e\n\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" height=\"50px\"\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fammaaraslam%2Fnodefeed-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fammaaraslam%2Fnodefeed-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fammaaraslam%2Fnodefeed-cli/lists"}