GithubHelp home page GithubHelp logo

saif-malik-01 / bookquotes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opentek-org/bookquotes

0.0 0.0 0.0 373 KB

Generate lines, author, and book name from people's favorite books!

Home Page: https://www.npmjs.com/package/bookquotes

License: MIT License

JavaScript 100.00%

bookquotes's Introduction

bookquotes

NPM VERSION GitHub license NPM MODULE npm collaborators GitHub issues

A simple NPM Package which returns random Lines from people's favorite book with names of the author as well as the book . It provides great and aesthetic quotes to display in your application.

If you like to read books or literature this package is for you!

GitHub code size in bytes npm GitHub top language

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

Getting started

NPM

$ npm install --save bookquotes

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 bookquotes

Usage

usage

  • getLines() method returns an object containing line , book, and author.
{
  "line": "The gods grow jealous of too much contentment anywhere, and they show their displeasure all of a sudden.",
  "book": "Malgudi Days",
  "author": "R. K. Narayan"
}
  • getRandomLine() method returns a random aesthetic line!
const Line = require("bookquotes");

console.log(Line.getRandomLine()); // generates a single line

console.log(Line.getLines()); // generates an object having a line, name of book and author.
  • getRandomLine(typeCode) method returns a specific type line.
const Line = require('bookquotes');

console.log(Line.getRandomLine('isp')); // for inspire quote 

console.log(Line.getLine('isp'));
  • Type codes

    'isp' = inspire
    
  • testing the package!

const favline = require("./index.js");

var myLine = favline.getLines();

console.log("*********************************");
console.log("WE ARE GRAMMAR_NAZIS\n");
console.log("*********************************");

console.log("The lines I love- " + myLine.line);
console.log("Written by - " + myLine.author);
console.log("From the book - " + myLine.book);

Want to contribute?

Open Source Love PRs Welcome

Please check issues here!

Add Lines from your Favorite Books (Recommended for beginners)

Follow the JSON format and add your content in data file.

Please check HOW TO CONTRIBUTE here!

License

GitHub license Twitter Follow GitHub followers

forthebadge forthebadge forthebadge forthebadge forthebadge

Inspired by this project

bookquotes's People

Contributors

anirudhpanda avatar d4rkener avatar saif-malik-01 avatar parthpanchal123 avatar aniketpathak028 avatar devrajdc avatar gitaalekhyapaul avatar himanshuchandola-zz avatar saijyotitripathy avatar vitorquadros avatar nandan-shah avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.