d-ban / ono

Multi-user rss feed aggregator with trending and watch words functionality.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ono

Multi-user rss feed aggregator with trending and watch words functionality.

Getting Started

git clone https://github.com/d-ban/ono.git

cd ono/ono_client
npm install
# edit src/vars.js to match your hostname (export default 'http://yourhostname:PORT';)
yarn build
cd ..
cp -R ono_client/build/ public/
npm start

Create new user

curl --request POST \
  --url http://yourhostname:PORT/users \
  --header 'cache-control: no-cache' \
  --header 'content-type: application/json' \
  --data '{"strategy":"local","email":"dban@x.me","password":"dban"\n}'

Quick start video.

Quick Tour

Built With

  • Feathersjs - An open source REST and realtime API layer for modern applications.
  • React - A JAVASCRIPT LIBRARY FOR BUILDING USER INTERFACES
  • Semantic UI React - Semantic is a development framework that helps create beautiful, responsive layouts using human-friendly HTML.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used

About

Multi-user rss feed aggregator with trending and watch words functionality.

License:MIT License


Languages

Language:JavaScript 91.5%Language:Python 5.8%Language:HTML 1.6%Language:CSS 1.1%