An open API service indexing awesome lists of open source software.

https://github.com/sney-js/easy-bookmarklet

Boilerplate for quick start on making bookmarklets.
https://github.com/sney-js/easy-bookmarklet

Last synced: 2 months ago
JSON representation

Boilerplate for quick start on making bookmarklets.

Awesome Lists containing this project

README

        

# Bookmarklet with Grunt

Making bookmarklets made easy.

You will need to edit:

* A HTML file ([bookmarklet.html](bookmarklet/bookmarklet.html))
* A CSS file ([style.css](bookmarklet/style.css))
* A Javascript file ([bookmarklet_view.js](bookmarklet/bookmarklet_view.js))

### To Run:
```
npm install
grunt
```
1. Go to `http://localhost:3000`
2. Drag the button to your bookmark bar
3. Done!