# @bochilteam/scraper-primbon

> Primbon scraper module

Latest version **5.0.0** (published 2024-07-18) · GPL-3.0-or-later license · 0 weekly downloads

## Install

```sh
npm install @bochilteam/scraper-primbon
pnpm add @bochilteam/scraper-primbon
yarn add @bochilteam/scraper-primbon
bun add @bochilteam/scraper-primbon
```

## Health

**Score 30/100 (F)** — status: abandoned.

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

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 5.0.0 |
| Published | 2024-07-18 |
| First published | 2023-05-04 |
| Weekly downloads | 0 |
| License | GPL-3.0-or-later |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 21.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 144 |
| Author | BochilTeam |
| Maintainers | bochilgaming |

## Links

- npm: https://www.npmjs.com/package/@bochilteam/scraper-primbon
- Repository: https://github.com/BochilTeam/scraper
- Homepage: https://github.com/BochilTeam/scraper/tree/master/packages/scraper-primbon#readme
- Issues: https://github.com/BochilTeam/scraper/issues
- npm.io page: https://npm.io/package/@bochilteam/scraper-primbon

## Dependencies (3)

- [got](https://npm.io/package/got.md) ^11.8.6
- [zod](https://npm.io/package/zod.md) ^3.20.2
- [cheerio](https://npm.io/package/cheerio.md) ^1.0.0-rc.12

## Recent versions

- 5.0.0 (latest) — 2024-07-18
- 1.0.2 — 2023-05-04
- 1.0.1 — 2023-05-04

## README

# Primbon Scraper
Primbon Scraper

## Installation
```sh
npm i @bochilteam/scraper-primbon
```

## Usage 
Example get zodiac
```ts
// Import module
import { getZodiac } from '@bochilteam/scraper-primbon'

const data = getZodiac(1, 1) // The first argument is the month and the second argument is the date
console.log(data) // 'capricorn'
```
Example to get the meaning of the name
```ts
// Import module
import { artinama } from '@bochilteam/scraper-primbon'

const data = await artinama('Windah basudara') 
console.log(data) // String
```
[Documentation](https://bochilteam.github.io/scraper/modules/_bochilteam_scraper_primbon.html)

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