{"id":17153111,"url":"https://github.com/jsonbecker/jsonfeedr","last_synced_at":"2025-03-24T13:10:41.771Z","repository":{"id":144874448,"uuid":"93116459","full_name":"jsonbecker/jsonfeedr","owner":"jsonbecker","description":"A package for JSON feeds in R","archived":false,"fork":false,"pushed_at":"2017-06-02T01:58:17.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T18:11:30.204Z","etag":null,"topics":["jsonfeed","r","rstats"],"latest_commit_sha":null,"homepage":null,"language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsonbecker.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","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":"2017-06-02T01:57:46.000Z","updated_at":"2024-03-18T19:36:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"4f5ca2c7-977c-47fb-8f92-3580682a9de2","html_url":"https://github.com/jsonbecker/jsonfeedr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonbecker%2Fjsonfeedr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonbecker%2Fjsonfeedr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonbecker%2Fjsonfeedr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsonbecker%2Fjsonfeedr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsonbecker","download_url":"https://codeload.github.com/jsonbecker/jsonfeedr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245276195,"owners_count":20588894,"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":["jsonfeed","r","rstats"],"created_at":"2024-10-14T21:45:15.975Z","updated_at":"2025-03-24T13:10:41.764Z","avatar_url":"https://github.com/jsonbecker.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jsonfeedr\n\n`jsonfeedr` is a simple, silly package to go get [JSON feed](https://jsonfeed.org) data from the web.\n\n## Example\n\n[Six Colors](https://sixcolors.com) is one of my favorite sites on the web and they support JSON feed. If I wanted to get information about the site, I may grab some meta data from the feed like so:\n\n```r\nget_feed_info(\"https://sixcolors.com/feed.json\")\n```\nMaybe what I want is the last set of posts, so I can analyze how frequently posts are made.\n\n```r\nitems \u003c- get_feed_items(\"https://sixcolors.com/feed.json\")\ntable(as.Date(results$date_published))\n```\n\nOr if I want all of the info at once in a list, I can just `get_feed('https://sixcolors.com/feed.json')`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonbecker%2Fjsonfeedr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsonbecker%2Fjsonfeedr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsonbecker%2Fjsonfeedr/lists"}