Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrmi/checkyourbag
Check your bag content before your journey
https://github.com/jrmi/checkyourbag
angular holidays ionic journey webabb
Last synced: about 1 month ago
JSON representation
Check your bag content before your journey
- Host: GitHub
- URL: https://github.com/jrmi/checkyourbag
- Owner: jrmi
- License: gpl-2.0
- Created: 2014-08-16T16:45:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-19T15:01:08.000Z (over 8 years ago)
- Last Synced: 2024-11-02T13:42:21.419Z (3 months ago)
- Topics: angular, holidays, ionic, journey, webabb
- Language: ApacheConf
- Size: 769 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Check Your Bag
==============Checkyourbag is a web application to check the content of your bag before going on journey.
Now, you just can tap on an item to check it and re-tap to unchek it.
This application should remains simple over the time.This is a [Firefox OS](https://www.mozilla.org/en-US/firefox/os/)
application published on the [marketplace](https://marketplace.firefox.com/app/checkyourbag/).Checked items are now saved and you can create mutiple bag template and edit bag content.
TODO
=======
* Filter by category (like "children", "mountains", "more than 4 days", ...)
* More translation
* Remote/cached data list with cache manifest
* Add more dataInstallation
============This project requires nodejs, bower and grunt
in order to be built.1.) Install Node
Linux Ubuntu 12.04:
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejsWindows:
download msi installer from web site http://nodejs.org/2.) Install bower
Under linux run as root
Under Windows make sure portable git is in the search pathnpm install -g bower
npm install -g grunt-cli3.) clone project
4.) build
cd project
npm install # installs dependencies from package.json (build utilities)
bower install # installs dependencies from bower.json (required libraries)
grunt serve # run test server
grunt build # build for a web server
grunt release # creates zip file for Firefox OS