mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00:00
1.1 KiB
1.1 KiB
Contributing Guidelines
Assets
- kutt.it API is used to retreive shortened URLs.
- QR Code is generated using
http://goqr.me/API
Development
npm installto install dependencies.npm run devto to watch file changes in developement- (Reload Extension Manually in the browser)
- Load extension via as unpacked from
extension/directory. - Generate an API Key from
https://kutt.it/(Settings page) - Paste and Save the
Keyin extension'soptions page.
npm run build builds the extension to extension/ directory.
Testing
Download latest Pre-Release
ToDO
- Switch to Promise return Method
- Fix UI issues in Firefox
- Using Node-Kutt package(feature request)
Note:
Shortening may take a while, it's not the issue with the extension but with Kutt.it's API.
