Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nicksp/laterpaper

A RESTful web service to collect and read beautifully formatted articles from the internet.
https://github.com/nicksp/laterpaper

ejs expressjs nodejs restful sqlite3

Last synced: 19 days ago
JSON representation

A RESTful web service to collect and read beautifully formatted articles from the internet.

Awesome Lists containing this project

README

        

# Read Articles With No Clutter

## Setup & Usage

1. Clone the repo
1. Install deps: `yarn`
1. Start the service by running: `yarn start`
1. Populate the local DB with articles of choice from inside your terminal: `curl --data "url=http://article/url/path" http://localhost:3000/articles`
1. Open the browser, hit `http://localhost:3000/articles` address and preview saved articles 😃