Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xasos/wait-and-eat

Smart restaurant waiting list.
https://github.com/xasos/wait-and-eat

Last synced: about 1 month ago
JSON representation

Smart restaurant waiting list.

Awesome Lists containing this project

README

        

Wait-And-Eat
============

Smart restaurant waiting list, built with AngularJS, Firebase, and Zapier.

## Getting Started
```sh
$ cd app
$ python -m SimpleHTTPServer
```
## Pushing to Firebase
```sh
$ npm install -g firebase-tools
$ firebase login
$ grunt build
$ firebase deploy
```

The application is also available online [here](http://waitandeat.herokuapp.com/).

## License
[MIT License](LICENSE)