Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/kkirsche/Redtube_Elixir

Redtube API Wrapper written in Elixir
https://github.com/kkirsche/Redtube_Elixir

Last synced: about 2 months ago
JSON representation

Redtube API Wrapper written in Elixir

Lists

README

        

[![Build Status](https://travis-ci.org/kkirsche/Redtube_Elixir.svg?branch=master)](https://travis-ci.org/kkirsche/Redtube_Elixir) [![Hex.pm](https://img.shields.io/hexpm/v/plug.svg)](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"
```