Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/didierofrivia/potd
Pint Of The Day: Simple app to randomly suggest what pint you should go for today :) Cheers!
https://github.com/didierofrivia/potd
Last synced: 14 days ago
JSON representation
Pint Of The Day: Simple app to randomly suggest what pint you should go for today :) Cheers!
- Host: GitHub
- URL: https://github.com/didierofrivia/potd
- Owner: didierofrivia
- Created: 2014-05-20T11:13:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-28T10:28:59.000Z (over 10 years ago)
- Last Synced: 2024-10-11T11:15:50.958Z (about 1 month ago)
- Language: JavaScript
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POTD
Pint Of The Day: Simple app to randomly suggest what pint you should go for today :) Cheers!
## Install Dev enviroment (OSX)
### Install Node
brew update
brew install node
### Install Grunt and bowernpm install -g grunt-cli bower
### Install dependencies via bower
bower install## Preview the app
grunt serve
http://localhost:9000/## Build an optimized, production-ready version
grunt
## APITools
www.apitools.com (using [email protected] account)### Middlewares
* CORS Header
* Change Query Params
* Response Caching## Trying out the app
For the app to work, CORS and Change Query Params (API Key) are needed.
Then, it's good to make use of Response Caching middleware modified as the [following gist](https://gist.github.com/ddcesare/e99c2f006d2a14438a5d)