# twinoid-goals

> A simple, straight-forward package containing everything you need to handle Twinoid goals.

Latest version **1.2.2** (published 2024-04-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install twinoid-goals
pnpm add twinoid-goals
yarn add twinoid-goals
bun add twinoid-goals
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.2.2 |
| Published | 2024-04-25 |
| First published | 2023-11-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Zenoo |
| Maintainers | zenoo |
| Keywords | twinoid, goals |

## Links

- npm: https://www.npmjs.com/package/twinoid-goals
- Repository: https://github.com/Zenoo/twinoid-goals
- Homepage: https://github.com/Zenoo/twinoid-goals#readme
- Issues: https://github.com/Zenoo/twinoid-goals/issues
- npm.io page: https://npm.io/package/twinoid-goals

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.2.2 (latest) — 2024-04-25
- 1.2.1 — 2023-11-15
- 1.2.0 — 2023-11-14
- 1.1.0 — 2023-11-04
- 1.0.0 — 2023-11-02

## README

# Twinoid Goals

A simple, straight-forward package containing everything you need to handle Twinoid goals.

![](https://i.imgur.com/gL6Od52.png)

## Installation
```
npm i twinoid-goals
```

## Usage

```ts
import { alphabounce } from 'twinoid-goals';

const unlockedGoals = alphabounce.getUnlocked('planets', 6);
```

## More examples

### Get all goals for a specific game

```ts
import { alphabounce } from 'twinoid-goals';

const { goals } = alphabounce;
```

### Get all unlockable goals for an ID

```ts
import { alphabounce } from 'twinoid-goals';

const planets = alphabounce.get('planets');
```

---
_Source: https://npm.io/package/twinoid-goals · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
