1.0.2 • Published 1 year ago

@bochilteam/scraper-primbon v1.0.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
1 year ago

Primbon Scraper

Primbon Scraper

Installation

npm i @bochilteam/scraper-primbon

Usage

Example get zodiac

// 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

// Import module
import { artinama } from '@bochilteam/scraper-primbon'

const data = await artinama('Windah basudara') 
console.log(data) // String

Documentation

1.0.2

1 year ago

1.0.1

1 year ago