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

https://github.com/chippers/spotify_web_api

An Elixir library to help with accessing the Spotify Web API.
https://github.com/chippers/spotify_web_api

elixir spotify-api

Last synced: over 1 year ago
JSON representation

An Elixir library to help with accessing the Spotify Web API.

Awesome Lists containing this project

README

          

# Spotify Web API
[![Build Status](https://travis-ci.org/chippers/spotify_web_api.svg?branch=master)](https://travis-ci.org/chippers/spotify_web_api)

Library to help with accessing the Spotify Web API.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `spotify_web_api` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:spotify_web_api, "~> 0.3"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/spotify_web_api](https://hexdocs.pm/spotify_web_api).