From 128008bae9f78841855c3b7c6202106adb32fec0 Mon Sep 17 00:00:00 2001 From: ThanoshanMV <48581379+ThanoshanMV@users.noreply.github.com> Date: Sat, 4 Jan 2020 21:16:41 +0530 Subject: [PATCH 1/3] Adding license --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..67e1872 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 ConnectAPIBuddy + +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. From d73a2274500ae8f36aaea73c53287f099c129206 Mon Sep 17 00:00:00 2001 From: ThanoshanMV <48581379+ThanoshanMV@users.noreply.github.com> Date: Sat, 11 Jan 2020 11:47:38 +0530 Subject: [PATCH 2/3] Adding README.md to the repository --- README.md | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..90ac4f8 --- /dev/null +++ b/README.md @@ -0,0 +1,75 @@ +# ConnectAPIBuddy + +An API testing web tool + +[![GitHub issues](https://img.shields.io/github/issues/99xt/ConnectAPIBuddy)](https://github.com/99xt/ConnectAPIBuddy/issues) +[![GitHub contributors](https://img.shields.io/github/contributors/99xt/ConnectAPIBuddy)](https://github.com/99xt/ConnectAPIBuddy/graphs/contributors) +[![GitHub forks](https://img.shields.io/github/forks/99xt/ConnectAPIBuddy)](https://github.com/99xt/ConnectAPIBuddy/network/members) + +## About the Project + +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.3. + +## Getting Started + +### Development server + +* Run dev server + +```sh +ng serve +``` + +* Navigate to localhost to see the changes you've made earlier in the source code + +```sh +http://localhost:4200/ +``` + +### Code scaffolding: Building new componenets + +* To generate new component in the app run: + +```sh +ng generate component component-name +``` + +* You can also use the below command to create a new component + +```sh +ng generate directive|pipe|service|class|guard|interface|enum|module +``` + +## Build the project! + +* To build the project run: + +```sh +ng build +``` + +## Running unit tests + +Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). + +## Running end-to-end tests + +Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). + +## Further help + +To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). + +## Roadmap + +See the [open issues](https://github.com/99xt/ConnectAPIBuddy/issues) for a list of proposed features (and known issues). + +## Contributing + +Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. + +1. Fork the Project +2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) +3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) +4. Push to the Branch (`git push origin feature/AmazingFeature`) +5. Open a Pull Request From aea484a7af8a9eef4b4d5e620ed7fbf4f0f6e92d Mon Sep 17 00:00:00 2001 From: ThanoshanMV <48581379+ThanoshanMV@users.noreply.github.com> Date: Sat, 15 Feb 2020 19:20:08 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 54 ------------------------------------------------------ 1 file changed, 54 deletions(-) diff --git a/README.md b/README.md index 90ac4f8..2ab22c2 100644 --- a/README.md +++ b/README.md @@ -6,60 +6,6 @@ An API testing web tool [![GitHub contributors](https://img.shields.io/github/contributors/99xt/ConnectAPIBuddy)](https://github.com/99xt/ConnectAPIBuddy/graphs/contributors) [![GitHub forks](https://img.shields.io/github/forks/99xt/ConnectAPIBuddy)](https://github.com/99xt/ConnectAPIBuddy/network/members) -## About the Project - -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.3. - -## Getting Started - -### Development server - -* Run dev server - -```sh -ng serve -``` - -* Navigate to localhost to see the changes you've made earlier in the source code - -```sh -http://localhost:4200/ -``` - -### Code scaffolding: Building new componenets - -* To generate new component in the app run: - -```sh -ng generate component component-name -``` - -* You can also use the below command to create a new component - -```sh -ng generate directive|pipe|service|class|guard|interface|enum|module -``` - -## Build the project! - -* To build the project run: - -```sh -ng build -``` - -## Running unit tests - -Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). - -## Running end-to-end tests - -Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). - -## Further help - -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). - ## Roadmap See the [open issues](https://github.com/99xt/ConnectAPIBuddy/issues) for a list of proposed features (and known issues).