https://github.com/subdavis/unfluff-server
A simple REST client for unfluff js
https://github.com/subdavis/unfluff-server
express javascript node unfluff
Last synced: 5 months ago
JSON representation
A simple REST client for unfluff js
- Host: GitHub
- URL: https://github.com/subdavis/unfluff-server
- Owner: subdavis
- License: mit
- Created: 2017-04-10T20:55:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T01:46:40.000Z (almost 9 years ago)
- Last Synced: 2024-06-11T23:38:54.341Z (about 2 years ago)
- Topics: express, javascript, node, unfluff
- Language: JavaScript
- Homepage: https://subdavis.com/redditAccessible
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unfluff-server
This is a VERY simple implementation of a node.js + express REST client interface for [node-unfluff](https://github.com/ageitgey/node-unfluff).
# Mongo
## Indexes:
use reddit;
db.unfluff.createIndex({url:1})