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

https://github.com/beenotung/sum-it

make summary from a long article
https://github.com/beenotung/sum-it

Last synced: 8 months ago
JSON representation

make summary from a long article

Awesome Lists containing this project

README

          

# Sum It
Make summary from a long article

## npm scripts
| Command | Description |
|---|---|
| build | build html from the elm code |
| format | format the src and tests elm files |
| start | start a simple web server |
| test | run unit tests |
| test:watch | auto run tests upon file change |