https://github.com/bokuweb/elixir_scraping_sample
https://github.com/bokuweb/elixir_scraping_sample
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bokuweb/elixir_scraping_sample
- Owner: bokuweb
- Created: 2015-11-27T23:51:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:25:13.000Z (over 2 years ago)
- Last Synced: 2025-02-27T01:48:16.025Z (over 1 year ago)
- Language: Elixir
- Size: 724 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ElixirScrapingSample
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add elixir_scraping_sample to your list of dependencies in `mix.exs`:
def deps do
[{:elixir_scraping_sample, "~> 0.0.1"}]
end
2. Ensure elixir_scraping_sample is started before your application:
def application do
[applications: [:elixir_scraping_sample]]
end