stegano / bithumb

A library that makes the Bithumb Exchange API easy to use.
MIT License
1 stars 1 forks source link

Read.me didn't specify how to import #10

Open Benj846 opened 2 years ago

Benj846 commented 2 years ago

so inorder to use Bithumb.setApiKey(); methods how to import Bithumb in the first place?

stegano commented 2 years ago
import { Bithumb } from 'bithumb';

this?