Ecosyste.ms: Awesome

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

https://github.com/sferik/soundcloud-crystal

A library to access the SoundCloud API using Crystal
https://github.com/sferik/soundcloud-crystal

Last synced: 2 months ago
JSON representation

A library to access the SoundCloud API using Crystal

Lists

README

        

A library to access the SoundCloud API using [Crystal][]
-----------------------------------------------------

[crystal]: http://crystal-lang.org/

[![Build Status](https://travis-ci.org/sferik/soundcloud-crystal.svg?branch=master)][travis]

[travis]: https://travis-ci.org/sferik/soundcloud-crystal

#### Example

Register a new SoundCloud application at

```crystal
require "./src/soundcloud"

client = SoundCloud::REST::Client.new("YOUR_CLIENT_ID")

pp client.user("erik")
pp client.track(206048516)
```