This repository was archived by the owner on Dec 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
This repository was archived by the owner on Dec 23, 2025. It is now read-only.
Hidden Treasures: Add Your Underrated Gems to FandomFusion #81
Copy link
Copy link
Open
Labels
Points: 30good first issueGood for newcomersGood for newcomersopen-for-allAny one can work on it without getting assigned, every PR can mergeAny one can work on it without getting assigned, every PR can merge
Description
Add Your Favorite Underrated Gems to the Recommendations List
Points: 30
Description:
This is an open-for-all issue where contributors can add their favorite underrated gems (anime, movies, and games) to a shared recommendations list. The goal is to build a repository of hidden treasures from various media. At least one entry is required for each category (anime, movie, game), but contributors can recommend more than one if they wish 😉
Feel free to discuss your recommendations in the general chat to spark conversations about hidden gems!
Your Task:
-
Add at Least One of Each:
- Anime: Use MyAnimeList or Jikan API to find the anime ID.
- Movie: Use TMDB to find the movie ID.
- Game: Use RAWG API to fetch the game ID.
-
Steps to Find IDs:
-
Anime:
- Search for the anime on MyAnimeList and extract the ID from the URL (e.g.,
https://myanimelist.net/anime/813/Dragon_Ball_Z→ ID:813). - Alternatively, use the Jikan API to search for the anime and retrieve the ID from the response.
- Search for the anime on MyAnimeList and extract the ID from the URL (e.g.,
-
Movie:
- Search for the movie on TMDB and extract the ID from the URL (e.g.,
https://www.themoviedb.org/movie/348350-solo-a-star-wars-story→ ID:348350). - If TMDB is not working (e.g., on Jio network), change your DNS settings to Cloudflare or Google DNS. Alternatively, use the TMDB API via Postman.
- Search for the movie on TMDB and extract the ID from the URL (e.g.,
-
Game:
- Use the RAWG API to search for the game and retrieve the ID.
- Use your own API key (or create one) and test the search endpoint.
- Verify the ID using the "Get Details" endpoint.
-
-
Add to JSON:
- Update the
src/data/ourPicks.jsonfile with your recommendations. Follow this structure:{ "contributor": "Your Name", "entries": [ { "type": "anime", "id": "Anime ID", "name": "Anime Title", "why": "Optional reason for your recommendation." }, { "type": "movie", "id": "Movie ID", "name": "Movie Title", "why": "Optional reason for your recommendation." }, { "type": "game", "id": "Game ID", "name": "Game Title", "why": "Optional reason for your recommendation." } ] } - Add at least one anime, one movie, and one game to the list.
- You may include additional recommendations if you wish.
- Update the
Submission Guidelines:
- Create a new branch named
add-recommendations-<your-github-username>. - Update the JSON file located at
src/data/ourPicks.json. - Submit a pull request (PR) with your additions.
- Include a screenshot or video recording showcasing how you retrieved the IDs for your entries.
- Make sure you have
Prettierextension installed for correct formatting.
Resources:
Let’s discover and share the best underrated gems from anime, movies, and games! 🚀
Metadata
Metadata
Assignees
Labels
Points: 30good first issueGood for newcomersGood for newcomersopen-for-allAny one can work on it without getting assigned, every PR can mergeAny one can work on it without getting assigned, every PR can merge