v3.0.2 - Add MAL Link on future seasons

pull/2/head v3.0.2
Jéluchu 5 years ago
parent 5124765eac
commit c6e6194701

@ -1,4 +1,4 @@
# **Aruppi API** (v3.0.1)
# **Aruppi API** (v3.0.2)
> This API has everything about Japan, from anime, music, radio, images, videos ... to japanese culture
>

@ -1,6 +1,6 @@
{
"name": "aruppi",
"version": "3.0.1",
"version": "3.0.2",
"description": "Aruppi is a custom API to obtain data from the Japanese culture for the mobile app",
"main": "./src/api/api.js",
"scripts": {

@ -183,7 +183,8 @@ const laterSeasons = async () =>{
return data.anime.map(doc =>({
title: doc.title,
image: doc.image_url
image: doc.image_url,
malink: doc.url
}));
};

Loading…
Cancel
Save