Forget documenting an API for other consumers to use. Document my own damn APIs for the next time I sit down to use it. What the hell did I build here? Why did I do it like this? Explain yourself yesterday Kin!!!
@kin
app.get('/kin', function(req, res) { let wtf = req.query.huh res.send(wtf)}
The social network of the future: No ads, no corporate surveillance, ethical design, and decentralization! Own your data with Mastodon!
@kin
app.get('/kin', function(req, res) {
let wtf = req.query.huh
res.send(wtf)
}