Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strzibny/brno-list
A hybrid mobile application that presents an opinionated list of good places in Brno
https://github.com/strzibny/brno-list
Last synced: about 2 months ago
JSON representation
A hybrid mobile application that presents an opinionated list of good places in Brno
- Host: GitHub
- URL: https://github.com/strzibny/brno-list
- Owner: strzibny
- License: mit
- Created: 2015-05-27T21:13:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T21:14:36.000Z (over 9 years ago)
- Last Synced: 2023-03-23T04:46:16.242Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 338 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brno list
Brno list is a hybrid mobile application that presents an opinionated list of good places in Brno, Czech republic. It is designed for locals as well as for tourists as it includes useful information including addresses, telephone numbers and opening hours.
## Technology used
Built with:
- HTML, CSS, JavaScript
- [Bower](http://bower.io/)
- [Gulp](http://gulpjs.com/)
- [Apache Cordova](https://cordova.apache.org/)
- [Backbone.js](http://backbonejs.org/)
- [Foundation](http://foundation.zurb.com/)
- [Handlebars](http://handlebarsjs.com/)
- [Jasmine](http://jasmine.github.io/)## Build requirements
Install Node.js/npm. Then install Bower, Gulp and Cordova npm packages.
```
npm install -g bower
npm install -g gulp
npm install -g cordova
```## Build application
Clone repository and download dependencies:
```
git clone https://github.com/stribny/brno-list.git
cd brno-list
bower install
```Copy resources for Cordova mobile app via Gulp:
```
npm install gulp --save-dev
gulp
```Build the mobile application (Android in this case):
```
cd app
cordova platforms add android
cordova build
```## Run tests
To run tests, open `SpecRunner.html` in a browser.
Author: [Petr Stříbný](http://stribny.name)