Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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 bower

npm 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)