https://github.com/s-a/motivation
:heart_decoration: motivation? - :arrow_right_hook: ready to contribute!?
https://github.com/s-a/motivation
Last synced: about 1 year ago
JSON representation
:heart_decoration: motivation? - :arrow_right_hook: ready to contribute!?
- Host: GitHub
- URL: https://github.com/s-a/motivation
- Owner: s-a
- License: other
- Created: 2016-10-05T16:35:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-06T20:15:34.000Z (over 9 years ago)
- Last Synced: 2025-04-13T05:52:02.805Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-github-projects - motivation - :heart_decoration: motivation? - :arrow_right_hook: ready to contribute!? ⭐13 `JavaScript` (📦 Legacy & Inactive Projects)
README
# motivation [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Famous Quotes for Motivation
I use this lib to output cool motivations to console in my console apps.
## Installation
```sh
$ npm i --save motivation
```
## Usage
```js
"use strict";
var motivation = require("../lib");
var m = motivation.get(); // returns a random quote
console.log(m);
/*
yields => {
text: 'Thinking should become your capital asset, no matter whatever ups and downs you come across in your life.',
author: 'Dr. APJ Kalam '
}
*/
```
## Global installation
```sh
$ npm i -g motivation
```
## Global usage
```sh
$ marvin;
```
![Demo][demo-image]
## License
MIT © [s-a](https://github.com/s-a)
[npm-image]: https://badge.fury.io/js/motivation.svg
[npm-url]: https://npmjs.org/package/motivation
[travis-image]: https://travis-ci.org/s-a/motivation.svg?branch=master
[travis-url]: https://travis-ci.org/s-a/motivation
[daviddm-image]: https://david-dm.org/s-a/motivation.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/s-a/motivation
[coveralls-image]: https://coveralls.io/repos/github/s-a/motivation/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/r/s-a/motivation
[demo-image]: /demo.png