Skip to content

Commit cdd5dae

Browse files
authored
Merge pull request #6 from thexdev/docs
docs(guide): wip
2 parents 7005a9f + 4f55559 commit cdd5dae

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

LICENSE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
MIT License
2+
3+
Copyright (c) 2023 M. Akbar Nugroho
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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)