fraction.io
v0.22.0
Published
Your personalized community aggregator.
Downloads
79
Maintainers
Readme
Want to learn more? Read the Fraction overview!
![](http://img.shields.io/badge/license-apache v2-brightgreen.svg)
Getting Started
After you install Node.js, run these commands:
# Download Fraction
git clone https://github.com/fraction/fraction.git && cd fraction
# Install dependencies
npm install
# Start Fraction
npm start
If you can't access fraction at http://localhost:3000, please open an issue.
Contributing
Please use GitHub Flow to contribute. Travis will test your code for errors when you open a pull request, but you can also test locally with npm test
. Looking for something to work on? Sometimes CodeClimate comes up with some great suggestions.
Please feel free open an issue if you have any questions or concerns!
License
Copyright 2014 Christian Bundy
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.