Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rem42/kingoloto-app-client
https://github.com/rem42/kingoloto-app-client
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rem42/kingoloto-app-client
- Owner: rem42
- Created: 2020-12-15T17:12:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T06:48:35.000Z (about 1 month ago)
- Last Synced: 2024-12-31T18:48:35.922Z (8 days ago)
- Language: TypeScript
- Size: 347 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kingoloto-app-client
[![Greenkeeper badge](https://badges.greenkeeper.io/rem42/kingoloto-app-client.svg)](https://greenkeeper.io/)
A client for kingoloto app using node
[![npm](https://img.shields.io/npm/v/kingoloto-app-client.svg)](https://www.npmjs.com/package/kingoloto-app-client)
[![npm](https://img.shields.io/npm/dt/kingoloto-app-client.svg)](https://www.npmjs.com/package/kingoloto-app-client)
[![install size](https://packagephobia.now.sh/badge?p=kingoloto-app-client)](https://packagephobia.now.sh/result?p=kingoloto-app-client)
[![Greenkeeper badge](https://badges.greenkeeper.io/rem42/kingoloto-app-client.svg)](https://greenkeeper.io/)## Installation
```sh
npm install kingoloto-app-client --save
```
## Usage
### TypeScript```typescript
import {Kingoloto} from "kingoloto-app-client";Kingoloto.init('[email protected]', 'password')
.then((client: Kingoloto) => {
// code
});
```