Skip to content

cmolisee/okAPI

Repository files navigation

Current Version Contributors Forks Stargazers Issues MIT License


okAPI

Chrome extension for mocking API's.
Explore the Wiki

Report Bug · Request Feature · Discussions

Table of Contents
  1. Details
  2. Installation
  3. Usage
  4. Contributing
  5. License
  6. Acknowledgments

Details

Google chrome extension for mocking API requests.

(back to top)

Tech Stack

Angular

Typescript

(back to top)

Installation

Terminal

  1. Open your terminal and clone the repository
git clone https://github.com/cmolisee/okAPI.git
  1. Change directory to where you cloned the files and install dependencies
cd <path/to/repo> && npm i
  1. Build the project
npm run build
  1. Open the 'extension manager' in your chrome browser
  2. Turn on 'developer mode' and click 'load unpacked'
  3. Select the build folder generated from the previous step

(back to top)

Release Artifacts

  1. Download the latest release Releases
  2. Open the 'extension manager' in your chrome browser
  3. Turn on 'developer mode' and click 'load unpacked'
  4. Select the build folder generated from the previous step

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  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

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)