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

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

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`).