Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ceebeel authored Feb 5, 2022
1 parent 2be1bf3 commit a1197e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Audius
# Nim Audius API Library
Audius is a simple client library for interacting with the Audius free API. (audius.org)\
Check the module [documentation](https://ceebeel.github.io/audius/).
The official API documentation can be found [here](https://audiusproject.github.io/api-docs/#audius-api-docs).

# Installation
## Installation
```nimble install audius```

# Example
```
## Example
```nim
import audius
#Create new audius client.
Expand Down Expand Up @@ -47,7 +47,7 @@ let playlist = client.getPlaylist("DOPRl")
for track in playlist.tracks:
echo "Playlist Track: " & track.schema.title
```
# Compilation
## Compilation
- Use SSL:
```nim r -d:ssl examples/simple.nim```
- Add [cacert.pem](bin/cacert.pem) in your running directory.

0 comments on commit a1197e8

Please sign in to comment.