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
- Host: GitHub
- URL: https://github.com/toolwatchapp/tw-core
- Owner: Toolwatchapp
- Created: 2016-06-10T13:48:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T00:36:13.000Z (about 9 years ago)
- Last Synced: 2026-04-06T09:42:28.760Z (3 months ago)
- Topics: angular2, codecov, library, typescript
- Language: TypeScript
- Homepage:
- Size: 21.1 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/Toolwatchapp/tw-core)
[](https://codecov.io/gh/Toolwatchapp/tw-core)
[](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 () if you want to contribute. These issues are ideals for a first contribution as they should be _relatively_ easy to fix.