This project is intended to be used with the latest Active LTS release of Node.js. Once you build and start it it will poll the manga4life server (identical to the mangasee server but with relaxed bot detection) once a minute and send out a subscription graphql feed to any clients. Minimising the required amount of polling.
To clone the repository, use the following commands:
git clone https://github.com/UserJHansen/Mangasee-GraphQL-Search
cd Mangasee-GraphQL-Search
npm installDownload and unzip the current main branch or one of the tags:
wget https://github.com/UserJHansen/Mangasee-GraphQL-Search/archive/main.zip -O Mangasee-GraphQL-Search.zip
unzip Mangasee-GraphQL-Search.zip && rm Mangasee-GraphQL-Search.zipclean- remove coverage data, Jest cache and transpiled files,prebuild- lint source files and tests before building,build- transpile TypeScript to ES6,build:watch- interactive watch mode to automatically transpile source files,lint- lint source files and tests
Licensed under the MIT License. See the LICENSE file for details.