{"id":21043963,"url":"https://github.com/ribeirogab/jikan-nodejs","last_synced_at":"2025-05-15T17:32:15.747Z","repository":{"id":42810432,"uuid":"269402760","full_name":"ribeirogab/jikan-nodejs","owner":"ribeirogab","description":"A Node.js wrapper for Jikan REST API.","archived":false,"fork":false,"pushed_at":"2023-01-07T18:50:17.000Z","size":191,"stargazers_count":18,"open_issues_count":8,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-03T15:38:20.021Z","etag":null,"topics":["anime","jikan","manga","myanimelist","nodejs","typescript","wrapper"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/jikan-nodejs","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ribeirogab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2020-06-04T15:56:07.000Z","updated_at":"2025-03-31T07:39:04.000Z","dependencies_parsed_at":"2023-02-07T21:31:47.060Z","dependency_job_id":null,"html_url":"https://github.com/ribeirogab/jikan-nodejs","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/ribeirogab%2Fjikan-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ribeirogab%2Fjikan-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ribeirogab%2Fjikan-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ribeirogab%2Fjikan-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ribeirogab","download_url":"https://codeload.github.com/ribeirogab/jikan-nodejs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254388227,"owners_count":22063008,"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":["anime","jikan","manga","myanimelist","nodejs","typescript","wrapper"],"created_at":"2024-11-19T14:14:53.381Z","updated_at":"2025-05-15T17:32:15.412Z","avatar_url":"https://github.com/ribeirogab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\u003cimg src=\"https://i.ibb.co/s1mCvsB/logo.png\" alt=\"jikan node.js\" width=\"480\"/\u003e\n\u003c/h1\u003e\n\n# Jikan Node.js\n\u003e A wrapper for the jikan REST API.\n\nFor more information, please refer to [Jikan documentation](https://jikan.docs.apiary.io/#).\n\n## Getting Started \n\n### Installation\n\nif you use npm\n```\n$ npm install jikan-nodejs\n```\n\nif you use yarn\n```\n$ yarn add jikan-nodejs\n```\n\n### Example\n\n\u003e Feature: genre.animesByGenre(genreId, params)\n```js\nconst { genre } = require('jikan-nodejs');\n\nasync function getAnimesByGenre() {\n  const animes = await genre.animesByGenre(1, { limit: 10 }); // parameters: genreId, { limit }\n  console.log(animes); // print 10 animes of genre 1\n}\n\ngetAnimesByGenre(); \n```\n\n## Features\n- Item By Id;\n- Anime:\n  - Main Information;\n  - Characters \u0026 Staff.\n- Manga:\n  - Main Information;\n  - Characters.\n- Genre:\n  - Anime Listing (All Anime by Genre);\n  - Manga Listing (All Anime by Genre).\n\n---\n\n## Contributing\n\n\u003e To get started...\n\n### Step 1\n\n- **Option 1**\n    - 🍴  Fork this repo!\n\n- **Option 2**\n    - 👯  Clone this repo to your local machine using `git clone https://github.com/ribeirogab/jikan-nodejs.git`\n\n### Step 2\n\n- **HACK AWAY!** 🔨🔨🔨\n\n### Step 3\n\n- 🔃  Create a new pull request using \u003ca href=\"https://github.com/ribeirogab/jikan-nodejs/compare/\" target=\"_blank\"\u003e`https://github.com/ribeirogab/jikan-nodejs/compare/`\u003c/a\u003e.\n\n---\n\n## Contributors\n\n| [\u003cimg src=\"https://avatars0.githubusercontent.com/u/25018440?s=400\u0026u=5ed52972c721a418083b0b89f4797db100c50e3c\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csub\u003e@lucassodrem1\u003c/sub\u003e](https://github.com/lucassodrem1) | \u003cimg width=\"115\"\u003e | \u003cimg width=\"115\"\u003e | \u003cimg width=\"115\"\u003e | \u003cimg width=\"115\"\u003e | \u003cimg width=\"115\"\u003e |\n|:-:|:-:|:-:|:-:|:-:|:-:| \n\n## Author\n\n| [\u003cimg src=\"https://avatars3.githubusercontent.com/u/44847326?s=400\u0026u=30a156f0a61f81eaa137cb286ed13e9527916039\u0026v=4\" width=\"115\"\u003e\u003cbr\u003e\u003csub\u003e@ribeirogab\u003c/sub\u003e](https://github.com/ribeirogab) |\n| :---: |\n\n---\n\n## FAQ\n\n- **How do I do *specifically* so and so?**\n    - No problem! Just do this.\n    \n---\n\n## Support\n\nContact me!\n\n- E-mail \u003ca href=\"mailto:ribeirogabx@gmail.com\" target=\"_blank\"\u003e`ribeirogabx@gmail.com`\u003c/a\u003e\n\n---\n\n## Licensa\n\n[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)\n\n- **[MIT license](http://opensource.org/licenses/mit-license.php)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fribeirogab%2Fjikan-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fribeirogab%2Fjikan-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fribeirogab%2Fjikan-nodejs/lists"}