# Daily Poem

> Read a new poem every day! (from http://poems.com)

Made with ❤ at [@outlandish](http://www.twitter.com/outlandish)

<a href="http://badge.fury.io/js/daily-poem"><img alt="npm version" src="https://badge.fury.io/js/daily-poem.svg"></a>
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)

Read a new poem every day, the developer's way... on the command line!

Scrapes the daily poem from http://poems.com and displays it to you in the command line.

<img alt="daily-poem demo" src="https://github.com/sdgluck/daily-poem/blob/master/demo.gif">

## Requirements

- Node >= 4.0.0

## Install

    npm install --global daily-poem

## Usage

    $ daily-poem --help

      Usage
        $ daily-poem

## Contributing

All pull requests and issues welcome!

If you're not sure how, check out Kent C. Dodds'
[great video tutorials on egghead.io](https://egghead.io/lessons/javascript-identifying-how-to-contribute-to-an-open-source-project-on-github)!
