https://github.com/agiledon/stuart
https://github.com/agiledon/stuart
elixir
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/agiledon/stuart
- Owner: agiledon
- Created: 2017-04-24T07:56:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T14:16:42.000Z (about 9 years ago)
- Last Synced: 2023-03-22T17:12:53.759Z (over 3 years ago)
- Topics: elixir
- Language: Elixir
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stuart [](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
```