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 1 month 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T03:34:21.000Z (over 9 years ago)
- Last Synced: 2024-10-10T18:22:37.856Z (2 months 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
[![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"
```