Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NodeTogether/motivations
you can do it!
https://github.com/NodeTogether/motivations
Last synced: 5 days ago
JSON representation
you can do it!
- Host: GitHub
- URL: https://github.com/NodeTogether/motivations
- Owner: NodeTogether
- License: isc
- Created: 2016-02-23T20:28:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T23:15:57.000Z (almost 8 years ago)
- Last Synced: 2024-04-23T17:51:24.619Z (7 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/motivations
- Size: 58.6 KB
- Stars: 50
- Watchers: 4
- Forks: 48
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - NodeTogether/motivations - you can do it! (others)
README
# motivations
> you can do it!## usage
1. install `motivations` and save it to your `package.json`:
```
npm install motivations --save
```2. require it in your application
```
const motivations = require('motivations');
```3. now you have a variable `motivations` that points to an array of encouraging statements!
```
console.log(motivations[0]); // prints "don't worry. no one actually knows what they're doing."
```