Skip to content

Commit

Permalink
Added contribution section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
puremana committed Apr 9, 2019
1 parent 9f3a6d4 commit 86e5ade
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
index.html,1548582237351,1f23d722c3a609d8ffa6bc03da6aeaffe38fe777ee272600eb3da058674fc4de
css/app.afec9a68.css,1548582237352,d3da3b488371db6e2af783deb8a3dafaf3228eaed290904f736cdbdff60164c6
favicon.png,1548582237351,a7c82af327cd421e3fd98043383ba3d331d7c6a7b145845a7111329350f69e1f
js/app.e2d24a04.js,1548582237352,d4d99551c6763392c00a414f0df62cd378734a85a09de7b4ec37b63ebdf693f7
img/yelp-logo.9ea57640.png,1548582237351,0370ef6f699eaff58118ce51a44c2dcb9522e393c86addb80d2858c2f07757ad
js/app.e2d24a04.js.map,1548582237352,53ac9a66c5ea6bb3b7b0ba7e1ff9ca9b30242f4a91f5c61076449cddc430071d
js/chunk-vendors.e22eb928.js,1548582237352,0f652d68566a5a88152a5e8ae0bf8fc2c904635f4c985431e2b0c55c866019ac
js/chunk-vendors.e22eb928.js.map,1548582237353,898950cb62df3b39160d1ccb757bc8d062b7ab8335450465f10ab13a02de9de2
favicon.png,1554284177330,a7c82af327cd421e3fd98043383ba3d331d7c6a7b145845a7111329350f69e1f
index.html,1554284177330,db7c7d3e62bcf136a4ce6ba05c4b9e3b5e1782f351719d54d45c365fd66cb9fd
css/app.fe14d5c1.css,1554284177330,d09dd600ce183693f98213c341cc62669550ecc9e294b6f2cd9d4a7ae1e2fd65
js/app.543c8bb2.js,1554284177331,6d4456a8f318f3335e8df1a4a7c8acfd3f3436058df3c3541adcb3aae1caddc7
img/yelp-logo.9ea57640.png,1554284177331,0370ef6f699eaff58118ce51a44c2dcb9522e393c86addb80d2858c2f07757ad
js/app.543c8bb2.js.map,1554284177331,e446d6eed04078b2bf258dfece2451100ead978080e9e89af6a4c449749ac7f3
js/chunk-vendors.e22eb928.js,1554284177331,0f652d68566a5a88152a5e8ae0bf8fc2c904635f4c985431e2b0c55c866019ac
js/chunk-vendors.e22eb928.js.map,1554284177332,898950cb62df3b39160d1ccb757bc8d062b7ab8335450465f10ab13a02de9de2
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,34 @@ A fun little web app written in [Vue](https://github.com/vuejs/vue) that picks a
Blog post on the process of creating the application [https://blog.jeremyshaw.co.nz/2018/11/19/CORS-And-Hiding-Api-Keys/](https://blog.jeremyshaw.co.nz/2018/11/19/CORS-And-Hiding-Api-Keys/)

![Random Food Picture Screenshot](random-food-picker.jpg)
*Random Food Picker Screenshot*

## Commands

Project setup
```

``` bash
npm install
```

Compiles and hot-reloads for development
```

``` bash
npm run serve
```

Compiles and minifies for production
```

``` bash
npm run build
```

## Customization

Boolean `filter` field in App.vue data controls whether or not all of the random food picker filters are shown. Current set to false due to lack of support of many of the filters in many areas of the world, most notably in Europe.

## Contributing

I welcome contributions to Random Food Picker App. Feel free to create an issue regarding any bugs or desired features, and I'll respond when possible. If you want to contribute code, please fork this repository and create a pull request.

Please keep in mind that you will only be able to contribute to the App frontend. The only backend code is from using Firebase Functions, and I would like the Firebase Functions code to remain private for security reasons.

0 comments on commit 86e5ade

Please sign in to comment.