Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nicksp/laterpaper
- Owner: nicksp
- Created: 2017-10-29T17:46:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T17:53:17.000Z (about 7 years ago)
- Last Synced: 2024-11-10T14:43:29.888Z (3 months ago)
- Topics: ejs, expressjs, nodejs, restful, sqlite3
- Language: JavaScript
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 😃