https://github.com/maximerety/sum-it
A bookmarklet to quickly sum data
https://github.com/maximerety/sum-it
bookmarklet sum sum-data
Last synced: 7 months ago
JSON representation
A bookmarklet to quickly sum data
- Host: GitHub
- URL: https://github.com/maximerety/sum-it
- Owner: maximerety
- License: mit
- Created: 2017-05-29T11:54:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T11:11:07.000Z (over 1 year ago)
- Last Synced: 2025-03-20T04:41:47.357Z (over 1 year ago)
- Topics: bookmarklet, sum, sum-data
- Language: JavaScript
- Homepage: https://maximerety.github.io/sum-it/
- Size: 214 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sum it!
## About
Sum it! is a bookmarklet that allows you to sum data on a webpage in only two clicks.
More on [the Sum it! website](https://maximerety.github.io/sum-it/)
## Contribute
You can run the Sum it! website locally using [dev containers with VS Code](https://code.visualstudio.com/docs/devcontainers/containers):
- Open the project in VS Code
- Click on the `Reopen in Container` button (or on the blue icon at the bottom left of the window)
In a VS Code terminal, run `gulp` to rebuild the bookmarklet code from `src/` and inject it in `index.md`.
Go to http://localhost:4000/ to preview the landing page (`index.md`).