Skip to content

corbin-c/spekti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spekti

Spekti is a project by Clément Corbin. Feel free to contribute.

Spekti is meant to be a full client-side app to keep an eye on what's matter without wasting time. It got its name from Espéranto verb meaning « to watch ». It is powered by DataGists, another project of mine, which provides a wrapper to use Github's Gists as data storage. The use of Gists allows the user to retrieve its feeds, bookmarks & notes, no matter which device he uses. Gists may be set public for easy sharing.

Basically, Spekti is yet another RSS aggregator, with a few key features:

  • bookmarking relevant articles
  • tagging them to keep it organized
  • note-taking

More data sources (Twitter, Fediverse, etc.) might be added later.

Unless all your data sources provides CORS headers (which is very unlikely), you'll need a CORS-Proxy. Spekti default proxy is CORS-Anywhere hosted on Heroku and developed by Rob Wu. (Thank you Rob !) However, please consider changing this parameter to provide your own proxy.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint