KO
|
EN
gitlite — search
Search
#python
#react
#typescript
#javascript
#hacktoberfest
#computer-vision
#cpp
#java
#flutter
#python3
#html5
#machine-learning
motivations
★ 51
Open GitHub ↗
you can do it!
Download README (.md)
Explore Similar Repositories
daily-motivation
:
Chrome extension that displays a new motivational quote every time a new tab is opened.
magic-hours
:
This is an app I developed to track your motivation, energy and focus throughout the day.
Android-MotivationalQuotes
:
Free to use demo repo
react-native-twitter
:
A Twitter API client library for React Native. Currently not maintained as my main motivation of creating this library was to use the User Streams API.
eva
:
Let algorithms decide your life.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
motivations
?
Download (.md)
# 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." ```