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

https://github.com/eightyfour/web-cow

Web cow which motivates you - made with vue
https://github.com/eightyfour/web-cow

Last synced: 4 months ago
JSON representation

Web cow which motivates you - made with vue

Awesome Lists containing this project

README

          

# web-cow

![alt text](https://raw.githubusercontent.com/eightyfour/web-cow/master/src/assets/web-cow.png "Logo Title Text 1")

> A web cow which motivates you

Made with [vue](vuejs.org)

**Guests:**
* [cow](https://www.npmjs.com/package/cowsay)
* [motivation phrases](https://www.npmjs.com/package/motivation)

# development

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```