Licensed Photo from Adobe Stock
A collection of 70 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.
npm install black-women-inspire
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'
} .... ]
-
.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.
MIT © Elisa Bennett