UNPKG
hn-ts
Version:
latest (0.1.0)
0.1.0
TypeScript client for the Hacker News API
github.com/velut/hn-ts
velut/hn-ts
hn-ts
/
src
/
hn-api-base-url.ts
3 lines
(2 loc)
•
122 B
text/typescript
View Raw
1
2
3
/** Base URL for all calls to the Hacker News API */
export
const
hnApiBaseUrl =
"https://hacker-news.firebaseio.com/v0"
;