Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Adding swag to repo (#72)
Browse files Browse the repository at this point in the history
* Adding swag to repo

* Review changes

* Minor gramar updates
  • Loading branch information
wtrocki committed Aug 8, 2017
1 parent d368461 commit 0cf1e1f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 7 deletions.
38 changes: 31 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,39 @@
# RainCatcher

[![Build Status](https://travis-ci.org/feedhenry-raincatcher/raincatcher-core.svg?branch=master)](https://travis-ci.org/feedhenry-raincatcher/raincatcher-core) [![Coverage Status](https://coveralls.io/repos/github/feedhenry-raincatcher/raincatcher-core/badge.svg?branch=master)](https://coveralls.io/github/feedhenry-raincatcher/raincatcher-core?branch=master)
![Logo](img/logo-blue.png)
> Workforce management platform
Feedhenry RainCatcher Core Repository
[![Build Status](https://travis-ci.org/feedhenry-raincatcher/raincatcher-core.svg?branch=master)](https://travis-ci.org/feedhenry-raincatcher/raincatcher-core) [![Coverage Status](https://coveralls.io/repos/github/feedhenry-raincatcher/raincatcher-core/badge.svg?branch=master)](https://coveralls.io/github/feedhenry-raincatcher/raincatcher-core?branch=master)

## About RainCatcher

## Developing
RainCatcher is a Workforce Management platform with the main focus on delivering a set of modules and user interface for mobile developers who want to integrate WFM features into their application.

RainCatcher can be divided into following areas:

- **Workforce Management framework** that provides mobile and website framework for building
Workforce management solutions on top of all supported user interfaces.
- **Set of modules** specific to Workforce management (signatures, scheduler etc.)
- **WFM specific integrations** to provide authentication, storage, offline capabilities and server side synchronization.
- **User interface** implemented in AngularJS and Angular

### Main targets:

- Hybrid mobile development using TypeScript(cordova/web/angular)
- Node.js based server
- Fully object oriented approach (classes and interfaces)
- Focus on reusability and developer flexibility
- All modules in single repository, multiple choice for user interfaces as separate repositories
- Comprehensive documentation
- Incorporates only open-source technologies

## Getting Started

To run demo application please follow instructions from
our [Reference User Interface](https://github.com/feedhenry-raincatcher/raincatcher-angularjs) repository.

## Developing core components

RainCatcher supports and is tested on Node.JS@4 and should run on latest LTS.
RainCatcher supports and is tested on node v 6.x LTS.

Check your Node.JS version running `node -v`

Expand All @@ -17,9 +42,8 @@ Check your Node.JS version running `node -v`
```bash
git clone https://github.com/feedhenry-raincatcher/raincatcher-core.git
cd raincatcher-core
npm install -g lerna
npm install
lerna bootstrap
npm run bootstrap
```

## Repository folder structure
Expand Down
Binary file added img/logo-blue.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/raincatcher.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0cf1e1f

Please sign in to comment.