/coven-api

All the news a programmer needs in once place. http://www.coven.link

Primary LanguageRuby

Coven

Coven is an open sourced news accumulation site and Chrome Extension that appears in new tabs before a new site is entered.

It aggregates programmer-centric news from the following sources:

This is the codebase for the backend of the Coven API, used on both the website and Chrome Extension.

Visit here to work on the Coven Frontend, built in Middleman. Check out the Coven Command Line app, built in php by jackyliang.

Contributing

  • Open an issue to see if your change is worth it (if it's a bug fix, assume it's worth it)
  • Fork it
  • Write feature
  • write specs (rspec)
  • make sure all specs pass
  • Push and Submit pull request