@nepse-helper/core
Version:
A helper library for NEPSE
18 lines (10 loc) • 347 B
Markdown
A helper library built as API wrapper for nepse data
```ts
const nepse = await NepseBuilder.build();
const todayPrice = await nepse.getTodayPrice();
const gbime = await nepse.getSecurityDetail("GBIME");
```
You might need to add `NODE_TLS_REJECT_UNAUTHORIZED=0` to env variables to avoid SSL errors.