https://github.com/kkirsche/Redtube_Elixir
Redtube API Wrapper written in Elixir
https://github.com/kkirsche/Redtube_Elixir
Last synced: 23 days ago
JSON representation
Redtube API Wrapper written in Elixir
- Host: GitHub
- URL: https://github.com/kkirsche/Redtube_Elixir
- Owner: kkirsche
- Created: 2015-05-07T02:12:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T03:34:21.000Z (almost 10 years ago)
- Last Synced: 2025-03-28T12:11:32.108Z (25 days ago)
- Language: Elixir
- Size: 155 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Redtube API Wrapper written in Elixir. (Third Party APIs)
- fucking-awesome-elixir - redtube - Redtube API Wrapper written in Elixir. (Third Party APIs)
- awesome-elixir - redtube - Redtube API Wrapper written in Elixir. (Third Party APIs)
README
[](https://travis-ci.org/kkirsche/Redtube_Elixir) [](https://hex.pm/packages/redtube)
Redtube API Wrapper
===================Welcome to the Redtube API wrapper, written in Elixir. This API wrapper leverages [HTTPoison](https://github.com/edgurgel/httpoison) and [Poison](https://github.com/devinus/poison) to work it's magic.
## Setup
Retrieve dependencies:
```shell
$ mix deps.get
```Load the library in your project or start the application in IEX with:
```shell
iex -S mix
```## Usage
Example usage:
```elixir
Redtube.search_videos search: "kari milla", tags: "Blowjob"
```