Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-a/motivation
:heart_decoration: motivation? - :arrow_right_hook: ready to contribute!?
https://github.com/s-a/motivation
Last synced: about 5 hours 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-06T20:15:34.000Z (about 8 years ago)
- Last Synced: 2024-11-11T14:45:25.876Z (6 days ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
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 MotivationI 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