An open API service indexing awesome lists of open source software.

https://github.com/toolwatchapp/tw-core

An Angular2+ API client for toolwatch.io
https://github.com/toolwatchapp/tw-core

angular2 codecov library typescript

Last synced: 2 months ago
JSON representation

An Angular2+ API client for toolwatch.io

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/Toolwatchapp/tw-core.svg?branch=master)](https://travis-ci.org/Toolwatchapp/tw-core)
[![codecov](https://codecov.io/gh/Toolwatchapp/tw-core/branch/master/graph/badge.svg)](https://codecov.io/gh/Toolwatchapp/tw-core)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

# Toolwatch Core

Thanks for your interest in contributing to the Toolwatch front-end apps! :tada:

This repository contains our frontend *backend* (yeah, you read that right). To sum up, it's an angular 2+ library that does the heavy lifting for the web/ios/android apps.

## Creating an Issue

If you have a question about using toolwatch, please ask on us on the [Crisp](https://go.crisp.im/chat/embed/?website_id=-K4rBEcM_Qbt6JrISVzu).

If you think you have found a bug, or have a new feature idea, please start by making sure it hasn't already been [reported](https://github.com/Toolwatchapp/tw-core/issues). You can search through existing issues to see if there is a similar one reported. Include closed issues as it may have been closed with a solution.

## Creating a Pull Request

We appreciate you taking the time to contribute! Before submitting a pull request, we ask that you please [create an issue](https://github.com/Toolwatchapp/tw-core/issues) that explains the bug or feature request and let us know that you plan on creating a pull request for it. If an issue already exists, please comment on that issue letting us know you would like to submit a pull request for it. This helps us to keep track of the pull request and make sure there isn't duplicated effort. You can also look for issues with the [pr_state:welcome](https://github.com/Toolwatchapp/tw-core/issues?q=is%3Aissue+is%3Aopen+label%3A%22pr_state%3A+welcome%22) label (![untitled](https://cloud.githubusercontent.com/assets/7218861/23103611/8014af38-f68b-11e6-8275-517663f83541.png)) if you want to contribute. These issues are ideals for a first contribution as they should be _relatively_ easy to fix.