Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

Awesome Lists containing this project

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."
```