|
|
@ -1,17 +1,20 @@ |
|
|
|
# Hopstop |
|
|
|
 |
|
|
|
|
|
|
|
Hopstop is a beer-first mobile search app built using the [Brunch with Panache](https://github.com/trunkclub/brunch-with-panache) skeleton for [Brunch](http://brunch.io) |
|
|
|
based on [Hapi](hapijs.com) and [Chaplin](http://chaplinjs.org) architecture. |
|
|
|
 |
|
|
|
|
|
|
|
Hopstop is a beer-first mobile search app built using the [Brunch with Panache](https://git.habd.as/jhabdas/brunch-with-panache) skeleton for [Brunch](https://brunch.io) |
|
|
|
based on [Hapi](https://hapijs.com) and [Chaplin](http://chaplinjs.org) architecture. |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
## Requirements |
|
|
|
- [Node.js](nodejs.org) installed |
|
|
|
|
|
|
|
- [Node.js](https://nodejs.org) installed |
|
|
|
- Internet connectivity |
|
|
|
|
|
|
|
## Getting started |
|
|
|
|
|
|
|
1. Obtain API access to Untappd (must be of legal drinking age) |
|
|
|
2. Clone repo |
|
|
|
3. Update `CLIENT_ID` and `CLIENT_SECRET` in [`server/index.coffee`](https://github.com/jhabdas/hopstop/blob/master/server/index.coffee#L15) with info provided by Untappd |
|
|
|
3. Update `CLIENT_ID` and `CLIENT_SECRET` in [`server/index.coffee`](https://git.habd.as/jhabdas/hopstop/src/branch/master/server/index.coffee#L15) with info provided by Untappd |
|
|
|
4. :fire: it up with `npm start` |