nedpals / mangavue

Manga reader powered by Vue.
https://manga.nedpals.xyz
5 stars 0 forks source link

modified to work with vue-cli v3, but API does not seem to work anymore #1

Open vesper8 opened 5 years ago

vesper8 commented 5 years ago

Hey there! I was looking for a Manga reader and I love working with Vue

Found your project and in trying to get it to work, I decided to update it to work with the very latest vue-cli v3 (3.7.0)

It's fully updated here now: https://github.com/vesper8/mangavue

Unfortunately it appears that this API does not work anymore so I wasn't able to test the search results/genres etc

If you would like to pick up where you left off and possibly get it working with another API, I invite you to use my updated code as it's easier to work with. I'd be happy to give you the repo as well.

Cheers!

nedpals commented 5 years ago

Hi, thanks for stopping by! Never knew there will be someone looking and forking my repo 😄

Actually, after the API stopped working I had to "abandoned" the project for awhile since there is no API that would substitute the broken one. Right now, I am working on an API that scrapes data from Mangadex so stay tuned 😃

Anyways, great work! Gotta review this later.