Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbychkov/simplecrawler-app
The GUI for Simplecrawler
https://github.com/kbychkov/simplecrawler-app
crawler simplecrawler spider
Last synced: 6 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:09:56.000Z (about 2 years ago)
- Last Synced: 2023-03-02T22:07:06.894Z (almost 2 years ago)
- Topics: crawler, simplecrawler, spider
- Language: JavaScript
- Homepage:
- Size: 1.3 MB
- Stars: 0
- 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
![GitHub package.json version](https://img.shields.io/github/package-json/v/kbychkov/simplecrawler-app)
[![Travis (.org)](https://img.shields.io/travis/kbychkov/simplecrawler-app.svg)](https://travis-ci.com/kbychkov/simplecrawler-app)
[![Dependency Status](https://img.shields.io/david/kbychkov/simplecrawler-app.svg)](https://david-dm.org/kbychkov/simplecrawler-app)
[![devDependency Status](https://img.shields.io/david/dev/kbychkov/simplecrawler-app.svg)](https://david-dm.org/kbychkov/simplecrawler-app?type=dev)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](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).