Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Add resolveURL method #2

Closed
wants to merge 2 commits into from
Closed

Add resolveURL method #2

wants to merge 2 commits into from

Conversation

aeongdesu
Copy link

@aeongdesu aeongdesu commented Apr 30, 2021

Closes #1

test code

const Audius = require('./src/index.js')
const audiusApp = new Audius("hehe")

audiusApp.resolveURL('https://audius.co/ksp/camellia-bad-access-from-a-moe-maid-381184').then(url => {
  console.log(url)
})

result

image

sorry for my bad english 😔

@aeongdesu aeongdesu closed this May 2, 2021
@aeongdesu aeongdesu deleted the resolveURL branch May 2, 2021 15:19
@aeongdesu aeongdesu restored the resolveURL branch May 2, 2021 15:22
@aeongdesu aeongdesu deleted the resolveURL branch May 3, 2021 05:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add resolve method
1 participant