All Projects → vinitshahdeo → Inspirational Quotes

vinitshahdeo / Inspirational Quotes

Licence: mit
💡 A simple NPM Package which returns random Inspirational Quotes. Get your daily quote and stay motivated! ✌️ 🌸

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Inspirational Quotes

Node Virtualbox
A JavaScript Library for Interacting with VirtualBox
Stars: ✭ 231 (+54%)
Mutual labels:  hacktoberfest, npm-package
A To Z List Of Useful Node.js Modules
Collection of most awesome node modules that will extend the capability of your node.js application.
Stars: ✭ 315 (+110%)
Mutual labels:  npm-package, nodejs-modules
arcscord
A Discord library written in typescript
Stars: ✭ 18 (-88%)
Mutual labels:  npm-package, nodejs-modules
Netlify Cms
A Git-based CMS for Static Site Generators
Stars: ✭ 14,776 (+9750.67%)
Mutual labels:  hacktoberfest, npm-package
Catchart
Pipe something from command line to a chart in the browser
Stars: ✭ 27 (-82%)
Mutual labels:  npm-package, nodejs-modules
Ngx Smart Modal
Modal/Dialog component crafted for Angular
Stars: ✭ 256 (+70.67%)
Mutual labels:  hacktoberfest, npm-package
Hashids.js
A small JavaScript library to generate YouTube-like ids from numbers.
Stars: ✭ 3,525 (+2250%)
Mutual labels:  hacktoberfest, npm-package
Highlightjs Line Numbers.js
Line numbering plugin for Highlight.js
Stars: ✭ 323 (+115.33%)
Mutual labels:  hacktoberfest, npm-package
Mevn Cli
Light speed setup for MEVN(Mongo Express Vue Node) Apps
Stars: ✭ 696 (+364%)
Mutual labels:  hacktoberfest, npm-package
Command Line Args
A mature, feature-complete library to parse command-line options.
Stars: ✭ 525 (+250%)
Mutual labels:  npm-package, nodejs-modules
Awesome Npm Packages
🚀 A collection of awesome npm packages for Noders.
Stars: ✭ 69 (-54%)
Mutual labels:  npm-package, nodejs-modules
Packagephobia
⚖️ Find the cost of adding a new dependency to your project
Stars: ✭ 1,110 (+640%)
Mutual labels:  hacktoberfest, npm-package
Hermes
Client-side messaging channel for sending data from one browser tab to another
Stars: ✭ 111 (-26%)
Mutual labels:  hacktoberfest, npm-package
Core
The server component of API Platform: hypermedia and GraphQL APIs in minutes
Stars: ✭ 2,004 (+1236%)
Mutual labels:  hacktoberfest
Pos
Stars: ✭ 150 (+0%)
Mutual labels:  hacktoberfest
Zeebe
Distributed Workflow Engine for Microservices Orchestration
Stars: ✭ 2,165 (+1343.33%)
Mutual labels:  hacktoberfest
Vue Axios
A small wrapper for integrating axios to Vuejs
Stars: ✭ 1,887 (+1158%)
Mutual labels:  hacktoberfest
Cactus
Hyperledger Cactus is a new approach to the blockchain interoperability problem
Stars: ✭ 149 (-0.67%)
Mutual labels:  hacktoberfest
Cnpj Gratis
Com esse pacote você poderá consultar, gratuitamente, CNPJ diretamente no site da receita
Stars: ✭ 150 (+0%)
Mutual labels:  hacktoberfest
Poddr
Podcatcher made with Electron and Angular
Stars: ✭ 149 (-0.67%)
Mutual labels:  hacktoberfest

Inspirational Quotes

NPM VERSION GitHub license NPM MODULE npm collaborators Snyk Vulnerabilities for npm package version GitHub issues

A simple NPM Package which returns random Inspirational Quotes. It provides awesome quotes to display in your application. Get your daily quote and stay motivated!

GitHub code size in bytes npm GitHub last commit GitHub top language Maintenance

Click here to view this package on NPM registry. Check the homepage here.

Getting started

NPM

$ npm install --save inspirational-quotes

Installation

NPM INSTALL NODE JS inspirational-quotes

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js.

Installation is done using the npm install command:

$ npm install inspirational-quotes

Usage

usage

  • getQuote() method returns an object containing text and author.
 {  
    "text":"My number one piece of advice is: you should learn how to program.",
    "author":"Mark Zuckerberg, founder of Facebook"
 }
  • getRandomQuote() method returns a random inspirational quote : You miss 100 percent of the shots you don’t take.
const Quote = require('inspirational-quotes');

console.log(Quote.getRandomQuote());

console.log(Quote.getQuote());

Examples

examples

To view the examples, clone the inspirational-quotes repo and install the dependencies:

$ git clone https://github.com/vinitshahdeo/inspirational-quotes.git
$ cd examples
$ npm install

Then run the demo.js:

$ node demo.js

Related Works

Quotter Twitter Follow

Checkout Quotter - A twitter bot which tweets random quotes with image and #hashtags!

I've made this using inspirational-quotes NPM module. I'll be more than happy to know if you build something using this module. Share your story @ [email protected]

GMAIL

Checkout this to view works by other developers who've used this module.

Want to contribute?

Open Source Love PRs Welcome

Please check issues here!

[ISSUE #4] : Add More Inspirational Quotes (Recommended for beginners)

License

GitHub license Twitter Follow GitHub followers

MIT © Vinit Shahdeo

Oh, Thanks!

Thank you for being here! You can find my other NPM Packages here.

Built with Love Vinit Shahdeo Vinit Shahdeo


   _____ _                _____                 _              _ 
  / ____| |              |_   _|               (_)            | |
 | (___ | |_ __ _ _   _    | |  _ __  ___ _ __  _ _ __ ___  __| |
  \___ \| __/ _` | | | |   | | | '_ \/ __| '_ \| | '__/ _ \/ _` |
  ____) | || (_| | |_| |  _| |_| | | \__ \ |_) | | | |  __/ (_| |
 |_____/ \__\__,_|\__, | |_____|_| |_|___/ .__/|_|_|  \___|\__,_|
                   __/ |                 | |                     
                  |___/                  |_|                     

Let's get connected if we share the same views! Invite me to connect on LinkedIn.

Facebook Instagram LinkedIn

One day your life will flash before your eyes. Make sure it is worth watching!


Stay Motivated Think Big Work Hard

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].