# node-day-one

> A repository for learning Node and NPM

Latest version **1.1.0** (published 2015-11-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install node-day-one
pnpm add node-day-one
yarn add node-day-one
bun add node-day-one
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2015-11-19 |
| First published | 2015-11-18 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Jacob Israel Turner |
| Maintainers | jisraelturner |

## Links

- npm: https://www.npmjs.com/package/node-day-one
- npm.io page: https://npm.io/package/node-day-one

## Recent versions

- 1.1.0 (latest) — 2015-11-19
- 1.0.0 — 2015-11-18

## README

# node-day-one

You can use agenda, Jacob, and resources in your Node project like so:

```
var nodeDayOne = require('node-day-one');

var jacob = nodeDayOne.jacob;
var nodeSite = nodeDayOne.resources.nodeSite;
```

Or, using Ecmascript 2015:
```
import { jacob, resources } from 'node-day-one';

const nodeSite = resources.nodeSite;
```

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