Skip to content

Commit 4f55559

Browse files
committed
docs(guide): wip
1 parent ad5b592 commit 4f55559

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# biteship-nodejs
2+
3+
> 🚧 WORKING IN PROGRESS 🚧
4+
5+
`@thexdev/biteship-nodejs` is unofficial NodeJS client for interacting with
6+
[Biteship API](https://biteship.com/en). Since Biteship does not provide package
7+
to interact with their API, I created this simple wrapper for our convenient.
8+
So, instead of calling the API and handle the request manually, we can do
9+
something like this:
10+
11+
```ts
12+
const response = await client.send(new RetrieveArea({ input: "Magelang" }))`;
13+
```

0 commit comments

Comments
 (0)