hacker-quotes

1.0.0 • Public • Published

Table of Contents

A collection of CS/Programming related quotes


Built with ❤︎ by Tiaan and contributors

Table of Contents

Table of Contents
  • About
  • Install
  • Usage
  • Contribute
  • License
  • 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.

    Package Sidebar

    Install

    npm i hacker-quotes

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • tiaanduplessis