Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/raincatcher-beta/raincatcher-demo-mobile

[Inactive] Mobile application example
https://github.com/raincatcher-beta/raincatcher-demo-mobile

demo

Last synced: about 2 months ago
JSON representation

[Inactive] Mobile application example

Awesome Lists containing this project

README

        

# FeedHenry RainCatcher Mobile [![Build Status](https://travis-ci.org/feedhenry-raincatcher/raincatcher-demo-mobile.png)](https://travis-ci.org/feedhenry-raincatcher/raincatcher-demo-mobile)

> *Note:* This repository is no longer used. All active development was moved to new [raincatcher-core](https://github.com/feedhenry-raincatcher/raincatcher-core) repository.

This is a reference/demo implementation of the Mobile Client application of a WFM project.

This repository should be used in conjunction with these following repos :

- [Cloud Demo App](https://github.com/feedhenry-raincatcher/raincatcher-demo-cloud)
- [Portal Client Demo App](https://github.com/feedhenry-raincatcher/raincatcher-demo-portal)
- [WFM Auth Service](https://github.com/feedhenry-raincatcher/raincatcher-demo-auth)

## Setup (locally)

`npm install`

## Starting (locally)

`grunt serve:local --url=http://localhost:8001`

## Emulator

`cordova prepare`
`cordova emulate android`

## Running The Demo Solution Locally

The [Running The Demo Raincatcher Solution Locally](https://github.com/feedhenry-raincatcher/raincatcher-documentation/blob/master/running-locally.adoc) guide explains how to get the Raincatcher demo solution running on your local development machine. This is targeted at developers that wish to extend the existing functionality of Raincatcher modules and demo apps.