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

https://github.com/agiledon/stuart


https://github.com/agiledon/stuart

elixir

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Stuart [![Build Status](https://travis-ci.org/agiledon/stuart.svg?branch=master)](https://travis-ci.org/agiledon/stuart)

Web Spider based on Elixir, at [Stuart](https://github.com/agiledon/stuart).

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add `stuart` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:stuart, "~> 0.1.0"}]
end
```

2. Ensure `stuart` is started before your application:

```elixir
def application do
[applications: [:stuart]]
end
```