Skip to content

Commit

Permalink
docs: add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Majid Sajadi committed Feb 14, 2022
1 parent 58e8859 commit 970e5c4
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 1 deletion.
50 changes: 50 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<div id="top"></div>

<br />
<div align="center">
<a href="https://github.com/majidsajadi/rektocode">
<img src="public/icon128.png" alt="Logo" width="80" height="80">
</a>

<h3 align="center">Rektocode</h3>

<p align="center">
Chrome extension to generate code from HTTP requests
<br />
<a href="https://chrome.google.com/webstore/detail/rektocode">Install</a>
·
<a href="https://github.com/majidsajadi/rektocode/issues">Report Bug</a>
·
<a href="https://github.com/majidsajadi/rektocode/issues">Request Feature</a>
</p>
</div>
<br />

<div align="center" >
<a href="https://github.com/majidsajadi/rektocode">
<img src="screenshot.png" alt="Logo" width="640" height="400">
</a>
</div>
<br />


**Rektocode** is a devtools extension that helps you monitor HTTP requests and convert them into other programming languages such as JavaScript, Golang, Curl, etc.
<br />
<br />


### Install

TODO



### Contributing

TODO



### License

TODO
Binary file removed public/icon.png
Binary file not shown.
Binary file added public/icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"version": "0.1.0",
"manifest_version": 3,
"devtools_page": "devtool.html",
"icons": { "256": "icon.png" }
"icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }
}
Binary file added screenshot.png
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 970e5c4

Please sign in to comment.