1.0.0 • Published 7 years ago

hacker-quotes v1.0.0

Weekly downloads
283
License
MIT
Repository
github
Last release
7 years ago

About

A JSON file containing an array of CS/Programming related quotes.

Install

$ npm install --save hacker-quotes

Or

$ yarn add hacker-quotes

Usage

const hackerQuotes = require('hacker-quotes');

console.log(hackerQuotes)
//[ { quote: 'One of my most productive days was throwing away 1,000 lines of code.', cite: 'Ken Thompson' },...]

Contribute

Contributions are welcome. Please open up an issue or create PR if you would like to help out.

Note: If editing the README, please conform to the standard-readme specification.

License

Licensed under the MIT License.