Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nerc-ceh/rare-arable-flowers-app
📱Rare Arable Plants mobile web application.
https://github.com/nerc-ceh/rare-arable-flowers-app
backbone cordova marionette mobile-app
Last synced: about 5 hours ago
JSON representation
📱Rare Arable Plants mobile web application.
- Host: GitHub
- URL: https://github.com/nerc-ceh/rare-arable-flowers-app
- Owner: NERC-CEH
- License: gpl-3.0
- Created: 2015-01-17T18:00:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T14:22:00.000Z (almost 8 years ago)
- Last Synced: 2024-12-01T01:35:13.864Z (about 2 months ago)
- Topics: backbone, cordova, marionette, mobile-app
- Language: JavaScript
- Homepage:
- Size: 30.7 MB
- Stars: 2
- Watchers: 13
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![RAF](https://github.com/NERC-CEH/rare-arable-flowers-app/blob/master/src/images/app_logo_dark.png)
This is Rare Arable Flowers identification and recording mobile web application.
HTML5 based offline mobile app linked to [iRecord](http://www.brc.ac.uk/irecord/) website.Project: [homepage](http://www.brc.ac.uk/app/rare-arable-flowers-app)
## Configuration
App configuration hosted in `scr/conf.js`.
**Note:** it should be done *before* building the code.
## Building
- Install [NodeJS](http://nodejs.org/)
- Get a copy of the code by running:```bash
git clone git://github.com/NERC-CEH/rare-arable-flowers.git
```- Enter the `rare-arable-flowers` directory and install the npm build dependancies:
```bash
cd rare-arable-flowers && npm install
```- Build the library:
`Production````bash
grunt
````Testing/development`
```bash
grunt bower dev
```This will create a `dist` folder with the app code and its dependencies.
## Running
[Express](http://expressjs.com/) framework is provided for a quick launch of a web server.
```bash
node app.js
```Note: Make sure the server MIME has **application/json**
## Bugs and feature requests
Have a bug or a feature request? search for existing and closed issues. [Please open a new issue](https://github.com/NERC-CEH/rare-arable-flowers/issues).
## Creators
**Karolis Kazlauskis**
-
## Copyright and license
Code and documentation copyright 2015 CEH. Code released under the [GNU GPL v3 license](LICENSE).
Media (photos, maps) all rights reserved.