Skip to content

Commit

Permalink
docs: updated README and added product screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ravgeetdhillon committed Oct 17, 2021
1 parent 2e89193 commit 2d20d24
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,45 @@
[![CI](https://github.com/ravgeetdhillon/notion-feeder/actions/workflows/main.yml/badge.svg)](https://github.com/ravgeetdhillon/notion-feeder/actions/workflows/main.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

# Notion Feeder

A Node.js app for creating a Feed Reader in [Notion](https://notion.so).

## Prerequisites
![](/screenshots/working.gif)

## Features

Separate database for your feed sources and feed items.

![](/screenshots/image-1.png)

Add, enable and disbale your feed sources.

![](/screenshots/image-2.png)

Feeds sourced daily and stored in Reader database. New feed items are marked with 🔥.

![](/screenshots/image-3.png)

Read a feed directly in Notion Page View.

![](/screenshots/image-4.png)

Different views of accessing Unread, Starred feed items.

![](/screenshots/image-5.png)

## Development

### Prerequisites

These things are required before setting up the project.

- Git
- Ubuntu 18.04 or 20.04
- Node.js [Read Guide](https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04)

## Getting Started
### Setup

Follow these instructions to get the project up and running.

Expand Down
Binary file added screenshots/image-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/image-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/image-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/image-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/image-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/working.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d20d24

Please sign in to comment.