{"id":13583093,"url":"https://github.com/hildjj/node-feedly","last_synced_at":"2025-05-12T03:31:56.916Z","repository":{"id":16682010,"uuid":"19438048","full_name":"hildjj/node-feedly","owner":"hildjj","description":"Node API for Feedly","archived":true,"fork":false,"pushed_at":"2024-12-10T23:22:50.000Z","size":905,"stargazers_count":122,"open_issues_count":11,"forks_count":23,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-01T12:26:03.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/hildjj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-04T22:56:37.000Z","updated_at":"2024-12-10T23:31:20.000Z","dependencies_parsed_at":"2022-08-25T19:02:28.657Z","dependency_job_id":null,"html_url":"https://github.com/hildjj/node-feedly","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hildjj%2Fnode-feedly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hildjj%2Fnode-feedly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hildjj%2Fnode-feedly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hildjj%2Fnode-feedly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hildjj","download_url":"https://codeload.github.com/hildjj/node-feedly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253668078,"owners_count":21944975,"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":[],"created_at":"2024-08-01T15:03:15.073Z","updated_at":"2025-05-12T03:31:56.360Z","avatar_url":"https://github.com/hildjj.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"This is a node API for [Feedly](http://developer.feedly.com)\n\nInstallation\n============\n\nInstall from NPM:\n\n    npm install --save feedly\n\nCreating an instance\n====================\n\nCreate an instance:\n\n    const Feedly = require('feedly')\n\n    const f = new Feedly({\n      client_id: 'MY_CLIENT_ID',\n      client_secret: 'MY_CLIENT_SECRET',\n      port: 8080\n    })\n\nUse the sandbox:\n\n    const Feedly = require('feedly')\n\n    const f = new Feedly({\n      client_id: 'sandbox',\n      client_secret: 'Get the current secret from http://developer.feedly.com/v3/sandbox/',\n      base: 'http://sandbox.feedly.com',\n      port: 8080\n    })\n\nAuthentication\n==============\n\nThe first non-trivial method call you make to the object will cause your\ndefault browser to pop up asking you to log in.  When that process is complete,\nyou will see a page served from http://localhost:8080/, which you can close.\nAfter that point, you won't need to log in again until your token expires\n(without your having called `refresh` in the meantime).\n\n**WARNING**: by default, this will store your auth token and refresh token in  \n`~/.feedly`, unencrypted.  Set the `config_file` options to null to prevent this\nbehavior, but you will have to log in through the web site each time you create\na new `Feedly` instance.\n\nCallbacks and promises\n======================\n\nEach method takes an optional node-style `(error, results)` callback.  If you\nprefer a promise-style approach, you do without a callback, like this:\n\n    const results = await f.reads()\n\n\nDocumentation\n=============\n\nFull documentation for the API can be found\n[here](http://hildjj.github.io/node-feedly/doc/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhildjj%2Fnode-feedly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhildjj%2Fnode-feedly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhildjj%2Fnode-feedly/lists"}