UNPKG

3.43 kBMarkdownView Raw
1# LSK.js – billing
2
3> @lskjs/billing – LSK.js module for adding billing in cabinet
4
5[![LSK logo](https://badgen.net/badge/icon/MADE%20BY%20LSK?icon=zeit\&label\&color=red\&labelColor=red)](https://github.com/lskjs)
6[![NPM version](https://badgen.net/npm/v/@lskjs/billing)](https://www.npmjs.com/package/@lskjs/billing)
7[![NPM downloads](https://badgen.net/npm/dt/@lskjs/billing)](https://www.npmjs.com/package/@lskjs/billing)
8[![NPM Dependency count](https://badgen.net/bundlephobia/dependency-count/@lskjs/billing)](https://bundlephobia.com/result?p=@lskjs/billing)
9[![Have TypeScript types](https://badgen.net/npm/types/@lskjs/billing)](https://www.npmjs.com/package/@lskjs/billing)
10[![Have tree shaking](https://badgen.net/bundlephobia/tree-shaking/@lskjs/billing)](https://bundlephobia.com/result?p=@lskjs/billing)
11[![NPM Package size](https://badgen.net/bundlephobia/minzip/@lskjs/billing)](https://bundlephobia.com/result?p=@lskjs/billing)
12[![Package size](https://badgen.net//github/license/lskjs/lskjs)](https://github.com/lskjs/lskjs/blob/master/LICENSE)
13[![Ask us in Telegram](https://img.shields.io/badge/Ask%20us%20in-Telegram-brightblue.svg)](https://t.me/lskjschat)
14
15<!-- template file="scripts/templates/preview.md" start -->
16
17<!-- template end -->
18
19***
20
21<!-- # 📒 Table of contents -->
22
23# Table of contents
24
25* [⌨️ Install](#️-install)
26
27* [How to start](#how-to-start)
28
29* [Providers](#providers)
30
31 * [Interkassa](#interkassa)
32
33* [📖 License](#-license)
34
35* [👥 Contributors](#-contributors)
36
37* [👏 Contributing](#-contributing)
38
39* [📮 Any questions? Always welcome :)](#-any-questions-always-welcome-)
40
41# ⌨️ Install
42
43```sh
44# yarn
45yarn i @lskjs/billing @lskjs/db @lskjs/server-api axios bluebird crypto-js lodash
46
47# npm
48npm i @lskjs/billing @lskjs/db @lskjs/server-api axios bluebird crypto-js lodash
49```
50
51***
52
53# How to start
54
55```bash
56npm i @lskjs/billing
57```
58
59# Providers
60
61* BitPay
62* Coingate
63* Ecommpay
64* EPayments
65* G2A
66* PayPal
67* Stripe
68* Interkassa
69* Yandex Checkout
70
71## Interkassa
72
73Additional you need:
74
75```bash
76npm i crypto-js axios
77```
78
79# 📖 License
80
81This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
82
83# 👥 Contributors
84
85<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
86
87<!-- prettier-ignore-start -->
88
89<!-- markdownlint-disable -->
90
91<table>
92 <tr>
93 <td align="center"><a href="https://isuvorov.com"><img src="https://avatars2.githubusercontent.com/u/1056977?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Igor Suvorov</b></sub></a><br /><a href="lskjs/lskjs///commits?author=isuvorov" title="Code">💻</a> <a href="#design-isuvorov" title="Design">🎨</a> <a href="#ideas-isuvorov" title="Ideas, Planning, & Feedback">🤔</a></td>
94 </tr>
95</table>
96<!-- markdownlint-restore -->
97<!-- prettier-ignore-end -->
98<!-- ALL-CONTRIBUTORS-LIST:END -->
99
100# 👏 Contributing
101
1021. Fork it (<https://github.com/yourname/yourproject/fork>)
1032. Create your feature branch (`git checkout -b features/fooBar`)
1043. Commit your changes (`git commit -am 'feat(image): Add some fooBar'`)
1054. Push to the branch (`git push origin feature/fooBar`)
1065. Create a new Pull Request
107
108# 📮 Any questions? Always welcome :)
109
110* [Email](mailto:hi@isuvorov.com)
111* [LSK.news – Telegram channel](https://t.me/lskjs)
112* [Спроси нас в телеграме ;)](https://t.me/lskjschat)