https://github.com/kbychkov/simplecrawler-app
The GUI for Simplecrawler
https://github.com/kbychkov/simplecrawler-app
crawler simplecrawler spider
Last synced: about 1 year ago
JSON representation
The GUI for Simplecrawler
- Host: GitHub
- URL: https://github.com/kbychkov/simplecrawler-app
- Owner: kbychkov
- License: mit
- Created: 2019-08-14T01:15:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:09:56.000Z (over 3 years ago)
- Last Synced: 2025-03-12T09:44:41.074Z (over 1 year ago)
- Topics: crawler, simplecrawler, spider
- Language: JavaScript
- Homepage:
- Size: 1.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# simplecrawler-app

[](https://travis-ci.com/kbychkov/simplecrawler-app)
[](https://david-dm.org/kbychkov/simplecrawler-app)
[](https://david-dm.org/kbychkov/simplecrawler-app?type=dev)
[](https://conventionalcommits.org)
The GUI for [Simplecrawler](https://github.com/simplecrawler/simplecrawler) powered by [MongoDB queue](https://github.com/kbychkov/simplecrawler-mongo-queue). This project uses [Feathers](http://feathersjs.com). An open source web framework for building modern real-time applications.
## Development Environment
Make sure you have [Node.js](https://nodejs.org) and [MongoDB](https://www.mongodb.com/download-center/community) installed. Then install dependencies from the project folder:
```bash
$ npm install
```
Use the following commands to run the project:
```bash
# build the client application and start the server
$ npm start
# start the client application in development mode
$ npm run client
# start the server in development mode
$ npm run server
# both the previous commands in one
$ npm run dev
```
## License
Licensed under the [MIT license](LICENSE).