Skip to content

theredpea/F2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An open framework for the financial services industry.

F2 is an open and free web integration framework designed to help you and other financial industry participants develop custom solutions that combine the best tools and content from multiple providers into one, privately-labeled, seamlessly integrated front-end. The essential components defined by the F2 specification are the Container, Apps, Context and Store—all supported under the hood by F2.js, a JavaScript SDK which provides an extensible foundation powering all F2-based web applications.

F2 is currently maintained by Markit On Demand and you're encouraged to read more details about the management of the F2 spec. Visit OpenF2.org for more information and follow @OpenF2 on Twitter.

Quick Start

Clone the repo, git clone https://github.com/OpenF2/F2.git, or download the latest version.

Now you've got F2, you are ready to start building F2 containers or apps. Read the Get Started documentation for F2 apps to begin. If you simply want to see examples, point your browser at http://path/to/your/F2/examples/.

Important: If you simply want to build F2 containers or apps, you can skip the Build F2 section below. You do not need the command line to work with F2.

Versioning

To adhere to industry standards, F2 will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the following format:

<major>.<minor>.<patch>

For more information on SemVer, please visit http://semver.org/.

You can run this command to check the version of your local copy of F2 (if you've setup the build):

$> node build -v

Talk

Have a question? Want to chat? Open an Issue on GitHub, ask it on our Google Group or send an email to [email protected].

Bug Tracking

To track bugs and issues, we are using Issues on GitHub.

Developers

If you just want to build F2 containers or apps, you can skip the Build F2 section below. You don't need the command line to work with F2.

Build F2

For those wishing to contribute back to F2, we've included a build file in the project which contains the logic for compiling F2.js and the specification docs. The build script runs on Node.js and has a few dependencies. To install, cd to your F2/build folder, and run the following commands in npm:

$> npm install [email protected] wrench fs-extra yuidocjs optimist handlebars

$> npm install less markitdown -g

Depending on your configuration, you may need to be an admin to install some of these Node packages. Additionally, some packages may need to be installed globally using the -g switch.

To build F2, run:

$> node build

For help, run:

$> node build -h

We are using markitdown, a lightweight pandoc wrapper, for converting markdown files to HTML for the docs.

Collaboration

Join our team and help contribute to F2 on GitHub. Begin by forking the repo, sending pull requests, or submitting issues.

Copyright and License

F2 is released under the MIT License.

Copyright © 2013 Markit On Demand, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

F2 - The Open Financial Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published