Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rem42/bananalotto-client
https://github.com/rem42/bananalotto-client
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rem42/bananalotto-client
- Owner: rem42
- Created: 2019-09-13T18:48:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T10:47:20.000Z (4 months ago)
- Last Synced: 2024-10-10T14:06:11.926Z (3 months ago)
- Language: TypeScript
- Size: 369 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bananalotto-client
A client for bananalotto using node[![Build Status](https://travis-ci.org/rem42/bananalotto-client.svg?branch=master)](https://travis-ci.org/rem42/bananalotto-client)
[![Coverage Status](https://coveralls.io/repos/github/rem42/bananalotto-client/badge.svg?branch=master)](https://coveralls.io/github/rem42/bananalotto-client?branch=master)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Frem42%2Fbananalotto-client.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Frem42%2Fbananalotto-client?ref=badge_shield)
[![install size](https://packagephobia.now.sh/badge?p=bananalotto-client)](https://packagephobia.now.sh/result?p=bananalotto-client)
[![Greenkeeper badge](https://badges.greenkeeper.io/rem42/bananalotto-client.svg)](https://greenkeeper.io/)## Installation
```sh
npm install bananalotto-client --save
```
OR
```sh
yarn add bananalotto-client
```## Usage
### TypeScript
```typescript
import {Bananalotto} from "bananalotto-client";Bananalotto.init('[email protected]', 'password')
.then((client: BananalottoClient) => {
// code
});
```## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Frem42%2Fbananalotto-client.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Frem42%2Fbananalotto-client?ref=badge_large)