Skip to content

Commit

Permalink
Rick And Morty API
Browse files Browse the repository at this point in the history
  • Loading branch information
Chillthrower committed May 29, 2024
1 parent d4e037a commit b8826ff
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions Existing_API_Collection/RickMortyAPI/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@

# Random Rick and Morty Extension

This extension generates a random Rick and Morty Images whenever it is clicked.

## Installation Instructions

1. **Open your browser**: Launch your preferred web browser (e.g., Chrome, Edge).

2. **Enable Developer Mode**:
- Navigate to the extensions page. You can typically do this by typing `chrome://extensions/` in the address bar for Chrome or `edge://extensions/` for Edge.
- Toggle the **Developer mode** switch in the top right corner of the extensions page.

3. **Load the Extension**:
- Click on the **Load unpacked** button.
- In the file dialog that appears, navigate to the directory where your project files are located and select the folder containing `manifest.json`.

4. **Activate the Extension**:
- After loading the extension, an icon will appear in the extensions toolbar.
- Click on this icon to generate and view a random Anime quote.


## Project Structure

- `manifest.json`: The manifest file that contains metadata about the extension.
- `index.html`: The HTML file for the extension's popup interface.
- `script.js`: The JavaScript file that handles the logic to fetch and display random Rick and Morty images.

## Screenshot

Here is what the extension looks like when activated:

![Random Anime Quote Extension Screenshot](screenshot.jpg)

## Additional Information

- Ensure all necessary files (`manifest.json`, `index.html`, `script.js`, and any additional assets) are in the same directory.
- If you make any changes to the code, you will need to reload the extension by clicking the reload icon next to the extension on the extensions page.

---

Enjoy your random Rick and Morty Extension!
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b8826ff

Please sign in to comment.