https://github.com/hzooly/colist
🗣️ Mobile App [Collaborative list] built with Angular / Onsen
https://github.com/hzooly/colist
android angularjs cordova firebase ios onsen
Last synced: 2 months ago
JSON representation
🗣️ Mobile App [Collaborative list] built with Angular / Onsen
- Host: GitHub
- URL: https://github.com/hzooly/colist
- Owner: HZooly
- Created: 2017-08-17T15:42:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T10:34:36.000Z (almost 9 years ago)
- Last Synced: 2025-12-15T17:28:32.254Z (7 months ago)
- Topics: android, angularjs, cordova, firebase, ios, onsen
- Language: HTML
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Colist
Collaborative list built with Angular / Onsen.
## Installation
`$ npm install`
`$ mv conf/firebase.sample.js conf/firebase.js`
Edit Firebase following your Firebase setup.
## Firebase Setup
**Rules**
`{
"rules": {
".read": true,
".write": true
}
}`
**Data**
`{
"notes" : {}
}`
## Build mobile application
You can build this application for mobile devices with Cordova.
`$ npm i -g cordova`
- Create a new Cordova project.
`$ cordova create `
- Copy your entire project into */www* folder.
- Add your platforms (listed with `cordova platform`).
`$ cordova platform add `
- Build or run app.
`$ cordova run/build `
## Contributors
- Hugo Torzuoli