sv-horoscope

1.0.0 • Public • Published

Silicon Valley Horoscope

A little library for composing Silicon Valley flavored parody horoscopes.

const { Horoscope } = require('sv-horoscope');
// this is just for getting a day-specific seed, so on a given day the user will receive a consistent horoscope.
const seed = (new Date()).toISOString().slice(0, 10);
const horoscope = new Horoscope('engineer', seed).composeHoroscope();

The 4 Signs (rather than Scorpio or whatever) are Engineer, Designer, PM, and Executive.

License: MIT

Package Sidebar

Install

npm i sv-horoscope

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

6.01 kB

Total Files

4

Last publish

Collaborators

  • lukedavis