1.0.4 • Published 2 years ago

htmltablemaker v1.0.4

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

htmltablemaker is a ultralight and simple lib converting arrays of objects into string, formatted to html node.

I made it to display SQL querrys results/routing tests.

If you test your DB fetching routes, you can convert result to send it in more human readable form.

Example

const express = require('express')

const tablemaker = require('./tablemaker')

const app = express()

app.get('/path/to/some/data', (req, res) => {

res.end(tablemaker.makeTable(data)

})
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago