An open API service indexing awesome lists of open source software.

https://github.com/taciturnaxolotl/goodwill-snipper

a really solid bun based snipper
https://github.com/taciturnaxolotl/goodwill-snipper

Last synced: 26 days ago
JSON representation

a really solid bun based snipper

Awesome Lists containing this project

README

        

# goodwill-snipper

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

env should look like this:

```bash
GOODWILL_SNIPPER_BID_SAFETY=false
GOODWILL_SNIPPER_MAX_BID=50
GOODWILL_SNIPPER_ITEM_ID=190265905
GOODWILL_SNIPPER_LEAD_TIME=3
GOODWILL_SNIPPER_ZIP_CODE="zip-includingextraweirdbitontheend"
GOODWILL_SNIPPER_BEARER_TOKEN="xxxxxxxx"
```

This project was created using `bun init` in bun v1.0.18. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.