https://github.com/pierrebeitz/crawler
https://github.com/pierrebeitz/crawler
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pierrebeitz/crawler
- Owner: pierrebeitz
- License: mit
- Created: 2016-06-11T10:29:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-11T10:49:57.000Z (about 10 years ago)
- Last Synced: 2025-01-08T23:22:40.037Z (over 1 year ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crawler
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add crawler to your list of dependencies in `mix.exs`:
def deps do
[{:crawler, "~> 0.0.1"}]
end
2. Ensure crawler is started before your application:
def application do
[applications: [:crawler]]
end