├── img
├── oops.png
└── avatar.png
├── README.md
├── LICENSE
├── oops.html
├── index.html
├── styles
├── oops.css
└── main.css
└── app.js
/img/oops.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Itz-fork/Redirect-to-Heroku/HEAD/img/oops.png
--------------------------------------------------------------------------------
/img/avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Itz-fork/Redirect-to-Heroku/HEAD/img/avatar.png
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Redirect to Heroku
2 | This is a simple website to get the heroku deploy link from a github repository.
3 |
4 | ## Usage
5 |
6 | - Open the [Redirect to Heroku Website](https://itz-fork.github.io/Redirect-to-Heroku)
7 | - You can pass `src` parameter to add fork button on the page. Once you passed it you can't get the deploy link for the same github repo
8 | - **Ex:** `https://itz-fork.github.io/Redirect-to-Heroku?src=YOUR-GITHUB-USERNAME/REPO-NAME`
9 |
10 | - Enter your **forked github repo link** in the input field
11 | - Click on the "Deploy Now!" button
12 |
13 | That's it!
14 |
15 | ## License & Credits
16 |
17 | - This repo is licensed under [MIT LICENSE](https://github.com/Itz-fork/Redirect-to-Heroku/blob/main/LICENSE)
18 | - Main image credits goes to [Dyepell](https://www.deviantart.com/dyepell/art/Sagiri-676662189)
19 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2022 I'm Not A Bot #Left_TG
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files Redirect-to-Heroku, to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
--------------------------------------------------------------------------------
/oops.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |