A collection of CS/Programming related quotes
Built with ❤︎ by Tiaan and contributors
A JSON file containing an array of CS/Programming related quotes.
$ npm install --save hacker-quotes
Or
$ yarn add hacker-quotes
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' },...]
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.
Licensed under the MIT License.