Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xasos/wait-and-eat
- Owner: xasos
- License: mit
- Created: 2014-09-23T19:00:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-18T04:10:31.000Z (about 10 years ago)
- Last Synced: 2024-10-14T21:18:21.648Z (3 months ago)
- Language: JavaScript
- Homepage: https://waitand-eat.firebaseapp.com/
- Size: 783 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)