{"analyzedAt":"2022-07-07T15:18:10.861Z","collected":{"metadata":{"name":"node-nyaa-api","scope":"unscoped","version":"1.0.0","description":"Nyaa.se API wrapper for the Node.js platform.","keywords":["nyaa.se","nyaa","anime","api"],"date":"2018-04-15T08:49:26.681Z","author":{"name":"Bakaboykie"},"publisher":{"username":"bakaboykie","email":"bakaboykie@gmail.com"},"maintainers":[{"username":"bakaboykie","email":"bakaboykie@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/bakaboykie/node-nyaa-api.git"},"links":{"npm":"https://www.npmjs.com/package/node-nyaa-api","homepage":"https://github.com/bakaboykie/node-nyaa-api#readme","repository":"https://github.com/bakaboykie/node-nyaa-api","bugs":"https://github.com/bakaboykie/node-nyaa-api/issues"},"license":"GPL-3.0","dependencies":{"feed-read":"0.0.1","install":"^0.4.1","npm":"^3.5.2","request":"^2.67.0"},"releases":[{"from":"2022-06-07T00:00:00.000Z","to":"2022-07-07T00:00:00.000Z","count":1},{"from":"2022-04-08T00:00:00.000Z","to":"2022-07-07T00:00:00.000Z","count":1},{"from":"2022-01-08T00:00:00.000Z","to":"2022-07-07T00:00:00.000Z","count":1},{"from":"2021-07-07T00:00:00.000Z","to":"2022-07-07T00:00:00.000Z","count":1},{"from":"2020-07-07T00:00:00.000Z","to":"2022-07-07T00:00:00.000Z","count":1}],"readme":"# node-nyaa\r\nNysaa.se Node.js API.\r\n\r\nFor now, this will only do two things; get the latest releases and search for\r\nreleases. This is also only available in English (for now) because that's my own\r\nprimary usecase.\r\n\r\nFeel free to use this however you like, or send me a message/mail/PR if you would\r\nlike to contribute.\r\n\r\n## Installation\r\n\r\n    $ npm install node-nyaa-api --save\r\n    \r\n## Usage\r\n\r\n```javascript\r\nvar Nyaa = require('node-nyaa-api');\r\n\r\n\r\nNyaa.get_latest(function(err, articles) {\r\n    if (err) throw err;\r\n\r\n    console.log(articles);\r\n});\r\n\r\n\r\nNyaa.search('danshi nichijou', function(err, articles) {\r\n    if (err) throw err;\r\n\r\n    for (var article in articles)\r\n        console.log(articles[article].title);\r\n});\r\n```\r\n\r\n## License\r\n\r\nThis program is licensed under the GPL-3.0 license."},"npm":{"downloads":[{"from":"2022-07-06T00:00:00.000Z","to":"2022-07-07T00:00:00.000Z","count":0},{"from":"2022-06-30T00:00:00.000Z","to":"2022-07-07T00:00:00.000Z","count":2},{"from":"2022-06-07T00:00:00.000Z","to":"2022-07-07T00:00:00.000Z","count":18},{"from":"2022-04-08T00:00:00.000Z","to":"2022-07-07T00:00:00.000Z","count":50},{"from":"2022-01-08T00:00:00.000Z","to":"2022-07-07T00:00:00.000Z","count":79},{"from":"2021-07-07T00:00:00.000Z","to":"2022-07-07T00:00:00.000Z","count":143}],"starsCount":0},"github":{"starsCount":7,"forksCount":1,"subscribersCount":1,"issues":{"count":1,"openCount":0,"distribution":{"3600":0,"10800":0,"32400":0,"97200":1,"291600":0,"874800":0,"2624400":0,"7873200":0,"23619600":0,"70858800":0,"212576400":0},"isDisabled":false},"contributors":[{"username":"sugoooi","commitsCount":6},{"username":"bakaboykie","commitsCount":3}],"commits":[{"from":"2022-06-30T00:00:00.000Z","to":"2022-07-07T00:00:00.000Z","count":0},{"from":"2022-06-07T00:00:00.000Z","to":"2022-07-07T00:00:00.000Z","count":0},{"from":"2022-04-08T00:00:00.000Z","to":"2022-07-07T00:00:00.000Z","count":0},{"from":"2022-01-08T00:00:00.000Z","to":"2022-07-07T00:00:00.000Z","count":0},{"from":"2021-07-07T00:00:00.000Z","to":"2022-07-07T00:00:00.000Z","count":0}]},"source":{"files":{"readmeSize":773,"testsSize":0},"outdatedDependencies":{"install":{"required":"^0.4.1","stable":"0.13.0","latest":"0.13.0"},"npm":{"required":"^3.5.2","stable":"8.13.2","latest":"8.13.2"}}}},"evaluation":{"quality":{"carefulness":0.71,"tests":0,"health":0.5,"branding":0},"popularity":{"communityInterest":11,"downloadsCount":16.666666666666668,"downloadsAcceleration":0.0638318112633181,"dependentsCount":0},"maintenance":{"releasesFrequency":0.7591609589041095,"commitsFrequency":0,"openIssues":1,"issuesDistribution":1}},"score":{"final":0.4418600164291618,"detail":{"quality":0.45265074228372254,"popularity":0.041914945619722525,"maintenance":0.8325558936489776}}}