ShivaBhattacharjee / AnimeTrix

Animetrix is a project that utilizes the Anilist platform to obtain information on various anime titles, and it combines this data with the Gogoanime API to provide ad-free streaming of anime content.
https://animetrix.vercel.app/
Apache License 2.0
71 stars 40 forks source link

Help #96

Open Mathe2005 opened 1 year ago

Mathe2005 commented 1 year ago

How can i change api? i want to set my own

ShivaBhattacharjee commented 1 year ago

Open constant js file and paste your api in home api and streaming api variable

Ve-Ka commented 1 year ago

Hi, sorry to hijack this thread, the variable ServerApi in constant.js is currently using your login api, do you have a source code for this to host on my own?

export const ServerApi = "https://animetrix-login-backend.vercel.app/api/v1"

ShivaBhattacharjee commented 1 year ago

Hi, sorry to hijack this thread, the variable ServerApi in constant.js is currently using your login api, do you have a source code for this to host on my own?

export const ServerApi = "https://animetrix-login-backend.vercel.app/api/v1"

Actually we have no plans to open source the backend api for the time being

Ve-Ka commented 1 year ago

Hi, sorry to hijack this thread, the variable ServerApi in constant.js is currently using your login api, do you have a source code for this to host on my own? export const ServerApi = "https://animetrix-login-backend.vercel.app/api/v1"

Actually we have no plans to open source the backend api for the time being

I see, do you mind if I ask the reason for keeping it closed?

ShivaBhattacharjee commented 1 year ago

Hi, sorry to hijack this thread, the variable ServerApi in constant.js is currently using your login api, do you have a source code for this to host on my own? export const ServerApi = "https://animetrix-login-backend.vercel.app/api/v1"

Actually we have no plans to open source the backend api for the time being

I see, do you mind if I ask the reason for keeping it closed?

The code base is way too messy i am right now working to make another backend api which will be open source you can find it in my profile Muxik-backend

Ve-Ka commented 1 year ago

Hi, sorry to hijack this thread, the variable ServerApi in constant.js is currently using your login api, do you have a source code for this to host on my own? export const ServerApi = "https://animetrix-login-backend.vercel.app/api/v1"

Actually we have no plans to open source the backend api for the time being

I see, do you mind if I ask the reason for keeping it closed?

The code base is way too messy i am right now working to make another backend api which will be open source you can find it in my profile Muxik-backend

Aah, cool I will check that out.