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

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

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