Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rem42/primolotto-client


https://github.com/rem42/primolotto-client

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# primolotto-client

[![Greenkeeper badge](https://badges.greenkeeper.io/rem42/primolotto-client.svg)](https://greenkeeper.io/)

A client for primolotto using node

[![npm](https://img.shields.io/npm/v/primolotto-client.svg)](https://www.npmjs.com/package/primolotto-client)
[![npm](https://img.shields.io/npm/dt/primolotto-client.svg)](https://www.npmjs.com/package/primolotto-client)
[![install size](https://packagephobia.now.sh/badge?p=primolotto-client)](https://packagephobia.now.sh/result?p=primolotto-client)
[![Greenkeeper badge](https://badges.greenkeeper.io/rem42/primolotto-client.svg)](https://greenkeeper.io/)

## Installation
```sh
npm install primolotto-client --save
```
## Usage
### TypeScript

```typescript
import {Kingoloto} from "kingoloto-client";

Kingoloto.init('[email protected]', 'password')
.then((client: Kingoloto) => {
// code
});
```