-
how do i list all?
```js
import api from 'gogoanime';
api.alphabetList(['A'], [1]).then((res) => {
const animeNames = res.map(anime => anime.title);
console.log(animeNames);
}).catch(err…
-
- [x] 1. Add an API fetch for anime lists
- [x] 2. Add an API fetch for character lists
- [x] 3. Add an API fetch for anime lists(by anime id)
- [x] 4. Add an API fetch for character lists(by chara…
-
- [x] 1. Create a List Type
- [x] 2. Add a route to create the Anime List
- [x] 3. Add a route to create the Character List
- [x] 4. Add a route to add the Anime to the List
- [x] 5. Add a route t…
-
- [x] 1. Add a page Create Anime List
- [x] 2. Style a page Create Anime List
- [x] 3. Add a page Create Character List
- [x] 4. Style a page Create Character List
-
The file "history.xml" is still full of my history, and "settings.xml" still has my relevant directories listed, but currently the History and Anime List tabs in the app are EMPTY. It suddenly happene…
-
# Definition of Done
When created API is clicked, a GET request will be made and returning the list of episodes available. The amount of episodes that can be sent is 50 eps in one time. If the anime …
-
hey again thanks for listening to this request
The addon Dimond info mod
https://github.com/henryjfry/repository.thenewdiamond
has a feature taken from realizer addon.
This is the RSS maange…
-
### Preflight checklist
- [X] I have searched the [issue tracker](https://github.com/ThaUnknown/miru/issues) for a bug report that matches the one I want to file, without success.
- [X] I have search…
-
- [x] 1. Add a route to get All Comments for Anime
- [x] 2. Add a route to get All Comments for Characters
- [x] 3. Add a route to get All Comments for Lists
- [x] 4. Add a route to post Commentary…
-
# 获取 B 站加权评分的番剧排行榜
mkideal's Blog
[https://gopherd.com/posts/life/bilibili-anime-list/](https://gopherd.com/posts/life/bilibili-anime-list/)