https://github.com/yooreekz/lmnsqzy
π When Typescript meets the LemonSqueezy API
https://github.com/yooreekz/lmnsqzy
api lemonsqueezy typescript
Last synced: 6 months ago
JSON representation
π When Typescript meets the LemonSqueezy API
- Host: GitHub
- URL: https://github.com/yooreekz/lmnsqzy
- Owner: yooreekz
- License: mit
- Created: 2023-03-08T01:13:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T20:56:40.000Z (over 2 years ago)
- Last Synced: 2025-04-25T09:06:10.123Z (6 months ago)
- Topics: api, lemonsqueezy, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/lmnsqzy
- Size: 1.92 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lmnsqzy
**{ lmnsqzy }** is a Typescript-driven package for interacting with the LemonSqueezy API. Plug in your API token as an environment variable and start making some lemonadeπ. β’  β’ 
## π Getting Started
```
npm i lmnsqzy
```## π Usage (WIP)

```tsx
// ./lib/lmnsqzy.ts
import { connect } from 'lmnsqzy';export const { lmnsqzy } = connect(`${process.env.LMNSQZY_API_TOKEN}`)
// aFileToBeNamed.ts
import { lmnsqzy } from '@/lib/lmnsqzy';const { getStores } = lmnsqzy();
async function storeHandler(){
const allStoresJSXExample = await getStores();
// {
// allStoresJSXExample.map(e => (
//
// ))
// }
}
```## π Docs
TBC - WIP