Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raincatcher-beta/raincatcher-demo-mobile
- Owner: raincatcher-beta
- License: mit
- Created: 2015-09-23T13:35:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T16:01:25.000Z (almost 7 years ago)
- Last Synced: 2024-08-10T21:29:24.394Z (5 months ago)
- Topics: demo
- Language: JavaScript
- Homepage:
- Size: 34.8 MB
- Stars: 6
- Watchers: 22
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
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.