jatinAroraGit / telescope

A tool for tracking blogs in orbit around Seneca's open source involvement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telescope

Build Status CircleCI js-airbnb/prettier-style

A tool for tracking blogs in orbit around Seneca's open source involvement. We will be working on updating this software and adding key features that can be found below listed ad MVP features.

An initial discussion of the project is available in the Overview document. For contribution, the docs can be found here Contribution

Quick Setup Guide

Clone the source locally:

$ git clone https://github.com/Seneca-CDOT/telescope.git
$ cd telescope

Copy env.example to .env to create a new environment configuration. Replace default key values in .env with credentials.

Install project dependencies:

$ npm install

Test the app:

$ npm test

MVP Features

  • Written in one of node.js or Python, or a mix of the two if that makes sense
  • Able to parse and use the existing Planet Feed List format, especially RSS and Atom feeds
  • Static HTML generated from current feed posts, shown in chronological order
  • Logging, especially of errors or other issues when downloading and parsing feeds
  • Process should be automatic, running continually, restart itself if it crashes
  • Ability to send emails to admins, users when things go wrong or need attention
  • Everything is configurable. It should be easy for the admin(s) to turn features on and off via "feature flags." It should be easy to merge new features and flag them off until they are ready to be used.
  • Test harness and an initial set of tests
  • Use of CI/CD, running tests and doing automatic deploys
  • Running on Seneca's Kubernetes container cloud
  • Developer and User docs

Getting the project legacy code

You may want a copy of the legacy project for later reading.

To grab a local copy of the legacy project.. you can run wget.

To build the project for yourself you can follow the instructions in the INSTALL file.

Linux/Mac

wget -r --no-parent https://people.gnome.org/~jdub/bzr/planet/devel/trunk/

Windows

  1. Download wget binary here
  2. cd path/to/downloaded/wget
  3. wget -r --no-parent https://people.gnome.org/~jdub/bzr/planet/devel/trunk/

License

BSD ©

About

A tool for tracking blogs in orbit around Seneca's open source involvement

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 78.5%Language:HTML 16.0%Language:CSS 4.2%Language:Dockerfile 1.2%Language:Shell 0.1%