Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WillDev12 authored Feb 9, 2023
1 parent 27f2667 commit 992cc49
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://img.icons8.com/cute-clipart/512/google-sheets.png" width="250" height="260">
</p>

<h1 align="center">OpenURL</h1>
<h1 align="center">OpenURL Apps Script</h1>

<p align="center">

Expand All @@ -22,4 +22,38 @@

<h1>Installation</h1>

> Hello
Here is a brief tutorial on how to install. If you are interested in how to use, scroll down.

> 1. Go to Google Sheets
> 2. Open new Google Script through Extensions
> 3. Once in the script, click the plus button above "Libraries"
> 4. Paste the following ID and press look up:
``` javascript
1OfVZMcBO1oSSwg1g_J0cra_AtbHtKE4DzkKDyRfOj-VoQdS_k1zAQiXJ
```
> 5. Select a version and apply
# How to use

Usage is simple.

To open a url, simply type the following code with your personal url in an apps script to open when run!
``` javascript
function openUrl() {

OpenURL.openUrl("https://example.com");

}
```
When you run, you will see that your url will open up in a new tab.

### Interested in this kind of content?

Check out my [profile](https://github.com/WillDev12) or share it! (This means a lot to me)
```
https://github.com/WillDev12
```

0 comments on commit 992cc49

Please sign in to comment.