A web-scraper based Manga Reader!
Explore the docs »
View Demo
|
Report Bug
|
Request Feature
- ExpressJS for server library.
- Node.js for Environment.
- React.js for developing dynamic user interfaces
- Axios for promise based HTTP requests
- Cheerio.js for quick and flexible implementation of core jQuery
- Puppeteer for headless-browser based scraping
- Electron.js for Desktop-client app.
git clone https://github.com/namandangi/manga
and change directory into the project using
cd ./manga
In the root directory of the backend project using
npm install
In the root directory of the backend using
npm start
and change directory into the webapp using
cd ./webapp
In the root directory of the webapp using
npm install
In the root directory of the webapp using
npm start
In the root directory of the webapp using
npm run electron
In the root directory of the webapp setup the startUrl in electron.js
file and then run
npm run dev
In the root directory of the project run
npm test
- Fork it (https://github.com/namandangi/manga/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -m 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request