Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hassanakbar/todo_crawler


https://github.com/hassanakbar/todo_crawler

Last synced: about 9 hours ago
JSON representation

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
```