Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rem42/primolotto-client
https://github.com/rem42/primolotto-client
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rem42/primolotto-client
- Owner: rem42
- Created: 2020-12-12T07:36:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T07:43:07.000Z (about 1 month ago)
- Last Synced: 2024-12-27T09:45:43.818Z (12 days ago)
- Language: TypeScript
- Size: 480 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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
});
```