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.
- Host: GitHub
- URL: https://github.com/chippers/spotify_web_api
- Owner: chippers
- License: mit
- Created: 2017-11-24T20:24:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T16:50:56.000Z (over 8 years ago)
- Last Synced: 2024-03-14T20:20:10.106Z (over 2 years ago)
- Topics: elixir, spotify-api
- Language: Elixir
- Homepage: https://hex.pm/packages/spotify_web_api
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify Web API
[](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).