All Projects β†’ Siilwyn β†’ Calvin And Hobbes Quotes

Siilwyn / Calvin And Hobbes Quotes

Licence: isc
🐯 Get Calvin and Hobbes quotes

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Calvin And Hobbes Quotes

Usefonts
A tool to help designers and developers select their perfect fonts. It uses Google Fonts API to fetch the fonts.
Stars: ✭ 29 (-6.45%)
Mutual labels:  hacktoberfest
Mvvm Redux
MVVM Redux is a lightweight lib to help you apply the redux concepts in your project based in MVVM.
Stars: ✭ 30 (-3.23%)
Mutual labels:  hacktoberfest
Whatpulse
WhatPulse reverse engineered
Stars: ✭ 30 (-3.23%)
Mutual labels:  hacktoberfest
Kscript Template
πŸ“œ Get started with kscript in a few seconds... with colored logs, github actions and more!
Stars: ✭ 29 (-6.45%)
Mutual labels:  hacktoberfest
Open2327romadapter
Open Hardware 2364-27xxx (E)EPROM Adapter PCB
Stars: ✭ 29 (-6.45%)
Mutual labels:  hacktoberfest
Firextensions
[DEPRECATED] πŸ”₯ Unofficial Kotlin Extensions for the Firebase Android SDK.
Stars: ✭ 30 (-3.23%)
Mutual labels:  hacktoberfest
Openlauncher
Customizable and Open Source Launcher for Android
Stars: ✭ 945 (+2948.39%)
Mutual labels:  hacktoberfest
Coc Powershell
PowerShellEditorService integration for coc.vim
Stars: ✭ 31 (+0%)
Mutual labels:  hacktoberfest
Community.sops
Simple and flexible tool for managing secrets
Stars: ✭ 30 (-3.23%)
Mutual labels:  hacktoberfest
Vue Gh Corners
GitHub Corners for Vue.
Stars: ✭ 30 (-3.23%)
Mutual labels:  hacktoberfest
Meshery.io
Site for Meshery, the multi-mesh manager
Stars: ✭ 29 (-6.45%)
Mutual labels:  hacktoberfest
App Tutorial
Tutorial app which is built in the tutorial
Stars: ✭ 29 (-6.45%)
Mutual labels:  hacktoberfest
Bedrock
Making mozilla.org awesome, one pebble at a time
Stars: ✭ 953 (+2974.19%)
Mutual labels:  hacktoberfest
Ideoxan
πŸ‘©β€πŸ’» Ideoxan is a free to use online tool to learn programming.
Stars: ✭ 29 (-6.45%)
Mutual labels:  hacktoberfest
Hacktoberfest2020
beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs in any language and C and Cpp program , Please leave a star ⭐ to support this project! ✨
Stars: ✭ 31 (+0%)
Mutual labels:  hacktoberfest
Groupthink
A collaborative democratic platform built atop GitHub, designed for open policymaking and manifesto writing.
Stars: ✭ 28 (-9.68%)
Mutual labels:  hacktoberfest
Place2live
Analysis of the characteristics of different countries
Stars: ✭ 30 (-3.23%)
Mutual labels:  hacktoberfest
Webui
The FlexGet Web UI
Stars: ✭ 31 (+0%)
Mutual labels:  hacktoberfest
Todo list flask brython
um todo-list/kanban implementado com python fullstack
Stars: ✭ 31 (+0%)
Mutual labels:  hacktoberfest
Dataframes.jl
In-memory tabular data in Julia
Stars: ✭ 951 (+2967.74%)
Mutual labels:  hacktoberfest

Calvin and Hobbes quotes

Travis Build Status LGTM Grade npm

The quote list is just a JSON file and can be used wherever.
I tried picking quotes that are not too lengthy and that don't need context.

things are never quite as scary when you've got a best friend

All rights reserved to Bill Watterson for both the image above and all these brilliant quotes.

Install

$ npm install --save calvin-and-hobbes-quotes

Usage

const calvinAndHobbesQuotes = require('calvin-and-hobbes-quotes');

console.log(`β€œ${calvinAndHobbesQuotes.random()}”`);
// returns β€œLife is full of surprises, but never when you need one.”

API

.all

Type: array

List all quotes.

.random()

Type: function

Random quote.

CLI

$ npm install --global calvin-and-hobbes-quotes
$ calvin-and-hobbes-quotes --help

Usage:
  $ calvin-and-hobbes-quotes

Commands:
  Options:
    -h, --help      Print usage
    -a, --all       Print all Calvin and Hobbes quotes
    -s, --say       Speak with cowsay

Examples:
  $ calvin-and-hobbes-quotes                      # prints a random quote
  $ calvin-and-hobbes-quotes -a                   # lists all quotes
  $ calvin-and-hobbes-quotes -s                   # speaks a random quote with cowsay

Contributing

See a quote that is not in the comics or has an error? Please create an issue or open a pull request.
Want to add a quote? Make sure the quote is present in the original comics and use proper quotation characters.


Inspired by reading Calvin and Hobbes and bumping into cat-names and random-tree-names.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].