{"id":17954702,"url":"https://github.com/nukeop/pitchfork-bnm","last_synced_at":"2025-04-03T16:47:17.825Z","repository":{"id":28193657,"uuid":"116657167","full_name":"nukeop/pitchfork-bnm","owner":"nukeop","description":"Pitchfork.com scraper that gets best new music info","archived":false,"fork":false,"pushed_at":"2022-04-06T23:20:51.000Z","size":106,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T11:57:41.886Z","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":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nukeop.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}},"created_at":"2018-01-08T09:35:36.000Z","updated_at":"2022-01-22T23:02:01.000Z","dependencies_parsed_at":"2022-08-07T13:15:29.276Z","dependency_job_id":null,"html_url":"https://github.com/nukeop/pitchfork-bnm","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nukeop%2Fpitchfork-bnm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nukeop%2Fpitchfork-bnm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nukeop%2Fpitchfork-bnm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nukeop%2Fpitchfork-bnm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nukeop","download_url":"https://codeload.github.com/nukeop/pitchfork-bnm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247043275,"owners_count":20874085,"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-10-29T10:19:32.470Z","updated_at":"2025-04-03T16:47:17.805Z","avatar_url":"https://github.com/nukeop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pitchfork-bnm\nPitchfork.com scraper that gets best new music info\n\n# Usage\n\nThe module exposes 3 methods, each of which scrapes data from the sections found here: https://pitchfork.com/best/\n\n```bash\n$ npm install --save pitchfork-bnm\n```\n```javascript\nconst p4k = require('pitchfork-bnm');\n\np4k.getBestNewAlbums()\n    .then((albums) =\u003e {\n      console.log(albums);\n});\n```\n```javascript\nconst p4k = require('pitchfork-bnm');\n\np4k.getBestNewTracks()\n    .then((tracks) =\u003e {\n      console.log(tracks);\n});\n```\n```javascript\nconst p4k = require('pitchfork-bnm');\n\np4k.getBestNewReissues()\n    .then((reissues) =\u003e {\n      console.log(reissues);\n});\n```\n\n# Testing\n```bash\n$ npm test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnukeop%2Fpitchfork-bnm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnukeop%2Fpitchfork-bnm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnukeop%2Fpitchfork-bnm/lists"}