Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

black-women-inspire

BennettElisa16MIT1.5.0

A collected 65 inspiring quotes from Black women. Availble on the npm package registry to download for your own projects. All of these quotes will inspire you to seize each day with confidence, courage and self-love. ❤️

inspire, black, women, black women, black girls, girl, quote, quotes, black history, inspirational quotes, random quotes, uplift, encourage

readme

npm image Licensed Photo from Adobe Stock

65 Inspiring Quotes from Black Women

A collection of 65 inspiring quotes from Black women. Quotes range from civil-rights icons to writers, singers, poets, politicians, lawyers and influencers. All of these quotes will inspire you and help you seize each day with confidence, courage and self-love.

Install using npm

npm install black-women-inspire

Usage

const blackWomenInspire = require('black-women-inspire')

blackWomenInspire.getQuote();
// =>  "Success is liking yourself, liking what you do, and liking how you do it." -  Maya Angelou

blackWomenInspire.getQuote()
// => "Am I good enough? Yes I am." - Michelle Obama

blackWomenInspire.getArrayOfQuotes()
// => [
        {
            quote: 'Success is liking yourself, liking what you do, and liking how you do it.',
            author: 'Maya Angelou'
        },
        {
            quote: 'You will be wounded many times in your life. You’ll make mistakes. Some people will call them failures but I have learned that failure is really God’s way of saying, “Excuse me, you’re moving in the wrong direction.” It’s just an experience, just an experience.',
            author: 'Oprah Winfrey'
        } .... ]

API

  • .getQuote()

    Type: Function

    Random quote with author name.

  • .getArrayOfQuotes()

    Type: Function

    Returns an array with all the quotes. Each quote is an object with two properties - quote and author.

License

MIT © Elisa Bennett