Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hassanakbar/todo_crawler
https://github.com/hassanakbar/todo_crawler
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/hassanakbar/todo_crawler
- Owner: HassanAkbar
- Created: 2024-05-29T14:29:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T15:21:34.000Z (6 months ago)
- Last Synced: 2024-05-30T05:19:50.807Z (6 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To run the crawler in the cli
```sh
make run
```To run the crawler in the docker
```sh
make run_docker
```For running tests rspec is required and can be installed by running
```sh
gem install rspec
```and then specs can be run by
```sh
rspec
```