Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.
/ ono Public archive

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

License

Notifications You must be signed in to change notification settings

d-ban/ono

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published