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

https://github.com/argosopentech/argos-search

Small search engine
https://github.com/argosopentech/argos-search

Last synced: about 2 months ago
JSON representation

Small search engine

Awesome Lists containing this project

README

        

# Argos Search
## Quickstart
```
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python search.py
export FLASK_APP=web
flask run --host=0.0.0.0 --port=8080

```

## Dependencies
- [curl](https://curl.se/)