https://github.com/ruby2elixir/web_recorder
WIP - don't use!
https://github.com/ruby2elixir/web_recorder
Last synced: about 1 year ago
JSON representation
WIP - don't use!
- Host: GitHub
- URL: https://github.com/ruby2elixir/web_recorder
- Owner: ruby2elixir
- Created: 2016-02-23T10:12:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T10:27:50.000Z (about 10 years ago)
- Last Synced: 2025-02-05T08:28:46.628Z (about 1 year ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebRecorder
WIP - will be a faster/simpler alternative for ExVCR
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add web_recorder to your list of dependencies in `mix.exs`:
def deps do
[{:web_recorder, "~> 0.0.1"}]
end
2. Ensure web_recorder is started before your application:
def application do
[applications: [:web_recorder]]
end