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 > This API has everything about Japan, from anime, music, radio, images, videos ... to japanese culture
> >

@ -1,6 +1,6 @@
{ {
"name": "aruppi", "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", "description": "Aruppi is a custom API to obtain data from the Japanese culture for the mobile app",
"main": "./src/api/api.js", "main": "./src/api/api.js",
"scripts": { "scripts": {

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

Loading…
Cancel
Save